branch: externals/substitute commit 740e301165c39a0e7d4b86219e08f8647cab3706 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Update Substitute to version 0.3.0 --- README.org | 6 +++--- substitute.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index b8d243dec4..a5273c5ece 100644 --- a/README.org +++ b/README.org @@ -4,9 +4,9 @@ #+language: en #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 0.2.0 -#+macro: release-date 2023-07-01 -#+macro: development-version 0.3.0-dev +#+macro: stable-version 0.3.0 +#+macro: release-date 2024-05-20 +#+macro: development-version 0.4.0-dev #+export_file_name: substitute.texi #+texinfo_filename: substitute.info #+texinfo_dir_category: Emacs misc features diff --git a/substitute.el b/substitute.el index 270f959fca..9480977352 100644 --- a/substitute.el +++ b/substitute.el @@ -5,7 +5,7 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; Maintainer: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://github.com/protesilaos/substitute -;; Version: 0.2.1 +;; Version: 0.3.0 ;; Package-Requires: ((emacs "27.1")) ;; This file is NOT part of GNU Emacs.