Bump version (minor)

This commit is contained in:
Peter Taoussanis 2012-12-16 19:24:07 +07:00
parent b6b447ca9a
commit a1c888ae57
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
Current [semantic](http://semver.org/) version:
```clojure
[com.taoensso/timbre "1.0.0"]
[com.taoensso/timbre "1.1.0"]
```
# Timbre, a (sane) Clojure logging & profiling library
@ -27,7 +27,7 @@ Timbre is an attempt to make **simple logging simple** and more **complex loggin
Depend on Timbre in your `project.clj`:
```clojure
[com.taoensso/timbre "1.0.0"]
[com.taoensso/timbre "1.1.0"]
```
and `use` the library:

View File

@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "1.0.0"
(defproject com.taoensso/timbre "1.1.0"
:description "Clojure logging & profiling library"
:url "https://github.com/ptaoussanis/timbre"
:license {:name "Eclipse Public License"}