solarized-emacs

a fork of Bozhidar Batsov's solarized-emacs
git clone https://git.trogloxene.org/solarized-emacs.git
Log | Files | Refs | README

commit b7c14117395f7be5f3b77a894c938fed0365193f
parent 3efc1ec8a1338570613726975098a261c3921b7d
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Thu,  5 Feb 2015 18:52:54 +0100

Bump version: 1.2.0 → 1.2.1

Diffstat:
M.bumpversion.cfg | 2+-
Msolarized-theme-pkg.el | 2+-
Msolarized.el | 2+-
3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.bumpversion.cfg b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.0 +current_version = 1.2.1 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.0" + "1.2.1" "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.0 +;; Version: 1.2.1 ;; 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