solarized-emacs

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

commit c514036714609e2c15a41d160af2ee81dcd76b76
parent 4dffc999d5745817efd54b83d685b38767defd2c
Author: Thomas Frössman <thomasf@jossystem.se>
Date:   Tue, 13 May 2014 20:17:53 +0200

Bump version: 1.0.0 → 1.1.0

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.0.0 +current_version = 1.1.0 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.0.0" + "1.1.0" "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.0.0 +;; Version: 1.1.0 ;; 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