Bump version (minor)

This commit is contained in:
Peter Taoussanis 2012-09-21 21:03:23 +07:00
parent c05b7ca392
commit 1fce815c09
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 "0.8.0"]
[com.taoensso/timbre "0.8.1"]
```
**Breaking changes** since _0.7.x_:
@ -45,7 +45,7 @@ lein2 all test
Depend on Timbre in your `project.clj`:
```clojure
[com.taoensso/timbre "0.8.0"]
[com.taoensso/timbre "0.8.1"]
```
and `use` the library:

View File

@ -1,4 +1,4 @@
(defproject com.taoensso/timbre "0.8.0"
(defproject com.taoensso/timbre "0.8.1"
:description "Simple, flexible, all-Clojure logging. No XML!"
:url "https://github.com/ptaoussanis/timbre"
:license {:name "Eclipse Public License"}