commit 210dbef0186f87048d50face41d1d374d6154b3a
parent 58363df8fd29ebfad6af19d61b68338b06878621
Author: Thomas Frössman <thomasf@jossystem.se>
Date: Mon, 6 Jul 2015 19:28:07 +0200
Bump version: 1.2.1 → 1.2.2
Diffstat:
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.bumpversion.cfg b/.bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
-current_version = 1.2.1
+current_version = 1.2.2
files = solarized-theme-pkg.el solarized.el
commit = True
tag = True
diff --git a/solarized-theme-pkg.el b/solarized-theme-pkg.el
@@ -1,5 +1,5 @@
(define-package
"solarized-theme"
- "1.2.1"
+ "1.2.2"
"The Solarized color theme, ported to Emacs."
'((dash "2.6.0")))
diff --git a/solarized.el b/solarized.el
@@ -5,7 +5,7 @@
;; Author: Bozhidar Batsov <bozhidar@batsov.com>
;; Author: Thomas Frössman <thomasf@jossystem.se>
;; URL: http://github.com/bbatsov/solarized-emacs
-;; Version: 1.2.1
+;; Version: 1.2.2
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by