branch: elpa/annotate commit b74bade94c3bad4ec2880c8862660a3b325b7cca Author: cage <cage@invalid> Commit: cage <cage@invalid>
- increased version number. --- annotate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index f405a7ebf6..3df082c70f 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: 1.3.1 +;; Version: 1.3.2 ;; This file is NOT part of GNU Emacs. @@ -58,7 +58,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "1.3.1" + :version "1.3.2" :group 'text) ;;;###autoload