branch: externals/mct commit faa2f677ea561dca7c2bf15472395478b35298e4 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Release version 0.2.0 --- README.org | 6 +++--- mct.el | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index df35b31..97424d2 100644 --- a/README.org +++ b/README.org @@ -5,9 +5,9 @@ #+options: ':t toc:nil author:t email:t num:t #+startup: content -#+macro: stable-version 0.1.0 -#+macro: release-date 2021-10-22 -#+macro: development-version 0.2.0-dev +#+macro: stable-version 0.2.0 +#+macro: release-date 2021-11-12 +#+macro: development-version 0.3.0-dev #+macro: file @@texinfo:@file{@@$1@@texinfo:}@@ #+macro: space @@texinfo:@: @@ #+macro: kbd @@texinfo:@kbd{@@$1@@texinfo:}@@ diff --git a/mct.el b/mct.el index ea89f9b..c0aec6f 100644 --- a/mct.el +++ b/mct.el @@ -4,7 +4,7 @@ ;; Author: Protesilaos Stavrou <i...@protesilaos.com> ;; URL: https://gitlab.com/protesilaos/mct -;; Version: 0.1.0 +;; Version: 0.2.0 ;; Package-Requires: ((emacs "28.1")) ;; This file is NOT part of GNU Emacs.