branch: externals/pulsar commit 373c5f7955883334030b450ef616d16e6e1a5868 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Note that next version shall be 1.0.0 --- README.org | 2 +- pulsar.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index f3a1a7cf72..087b8acf41 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ #+startup: content #+macro: stable-version 0.5.0 #+macro: release-date 2022-08-19 -#+macro: development-version 0.6.0-dev +#+macro: development-version 1.0.0-dev #+export_file_name: pulsar.texi #+texinfo_filename: pulsar.info #+texinfo_dir_category: Emacs misc features diff --git a/pulsar.el b/pulsar.el index 2ce177bd9f..f1d0436acb 100644 --- a/pulsar.el +++ b/pulsar.el @@ -436,7 +436,7 @@ This is a buffer-local mode. Also check `pulsar-global-mode'." (recenter nil) (pulsar-pulse-line)) -(defalias 'pulsar-recenter-middle 'pulsar-recenter-center "0.6.0") +(defalias 'pulsar-recenter-middle 'pulsar-recenter-center "1.0.0") ;;;; Reveal contents of Org or Outline headings