branch: elpa/annotate commit 085791450c9fcc045bb1c226ac27f5ffaf752876 Author: cage <cage-invalid@invalid> Commit: cage <cage-invalid@invalid>
- changed version number. --- NEWS.org | 2 +- annotate.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/NEWS.org b/NEWS.org index 1ee3c3e5f5..20e4c55d96 100644 --- a/NEWS.org +++ b/NEWS.org @@ -101,5 +101,5 @@ file, if exists, to reflect the changes; - fixed flowings of annotatinons when window's width is changed. -- 2020-04-06 V0.5.4 Bastian Bechtold, cage :: +- 2020-04-06 V0.6.0 Bastian Bechtold, cage :: Fixed bugs of multiline annotations, diff exports and integration. diff --git a/annotate.el b/annotate.el index 8434c0a16a..f7776b77c7 100644 --- a/annotate.el +++ b/annotate.el @@ -7,7 +7,7 @@ ;; Maintainer: Bastian Bechtold ;; URL: https://github.com/bastibe/annotate.el ;; Created: 2015-06-10 -;; Version: 0.5.4 +;; Version: 0.6.0 ;; This file is NOT part of GNU Emacs. @@ -55,7 +55,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "0.5.4" + :version "0.6.0" :group 'text) ;;;###autoload