From e59918b59f654094af29c61f394fbb5f04d3b35e Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Sat, 18 May 2013 16:53:33 +0700 Subject: [PATCH] Bump version (2.0.0-SNAPSHOT) --- README.md | 3 ++- project.clj | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c25996..4184ee6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/timbre "1.6.0"] +[com.taoensso/timbre "1.6.0"] ; Stable +[com.taoensso/timbre "2.0.0-SNAPSHOT"] ; Development, see commit for breaking changes ``` # Timbre, a (sane) Clojure logging & profiling library diff --git a/project.clj b/project.clj index 3932fc3..cff145a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "1.6.0" +(defproject com.taoensso/timbre "2.0.0-SNAPSHOT" :description "Clojure logging & profiling library" :url "https://github.com/ptaoussanis/timbre" :license {:name "Eclipse Public License"}