branch: elpa/annotate commit 530b4aa78a15afbf71f171f2d8f551ec412ff6d0 Author: Bastian Bechtold <b...@mo30211.hs-woe.de> Commit: Bastian Bechtold <b...@mo30211.hs-woe.de>
increment version number --- annotate.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/annotate.el b/annotate.el index a2a81cbe9d..0c2ad57500 100644 --- a/annotate.el +++ b/annotate.el @@ -5,7 +5,7 @@ ;; Maintainer: Bastian Bechtold ;; URL: https://github.com/bastibe/annotate.el ;; Created: 2015-06-10 -;; Version: 0.1.3 +;; Version: 0.1.4 ;; This file is NOT part of GNU Emacs. @@ -46,7 +46,7 @@ ;;;###autoload (defgroup annotate nil "Annotate files without changing them." - :version "0.1.3" + :version "0.1.4" :group 'text) ;;;###autoload