branch: elpa/highlight-parentheses commit 22ec446508c2ec76aa82ebe0c848a9e6211c240e Author: Nikolaj Schumacher <g...@nschum.de> Commit: Nikolaj Schumacher <g...@nschum.de>
(Finally) Bump version to 1.0.2. --- highlight-parentheses.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/highlight-parentheses.el b/highlight-parentheses.el index dbcd23d..2f4c2b5 100644 --- a/highlight-parentheses.el +++ b/highlight-parentheses.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2007, 2009 Nikolaj Schumacher ;; ;; Author: Nikolaj Schumacher <bugs * nschum de> -;; Version: 1.0.1 +;; Version: 1.0.2 ;; Keywords: faces, matching ;; URL: http://nschum.de/src/emacs/highlight-parentheses/ ;; Compatibility: GNU Emacs 22.x, GNU Emacs 23.x, GNU Emacs 24.x @@ -32,6 +32,7 @@ ;; ;;; Change Log: ;; +;; 2013-03-22 (1.0.2) ;; Fixed bug causing last color not to be displayed. ;; ;; 2009-03-19 (1.0.1)