mirror of https://github.com/status-im/timbre.git
Bump version (minor)
This commit is contained in:
parent
92e31c7b7c
commit
734d598363
|
@ -1,7 +1,7 @@
|
|||
Current [semantic](http://semver.org/) version:
|
||||
|
||||
```clojure
|
||||
[com.taoensso/timbre "0.8.1"]
|
||||
[com.taoensso/timbre "0.8.2"]
|
||||
```
|
||||
|
||||
**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.1"]
|
||||
[com.taoensso/timbre "0.8.2"]
|
||||
```
|
||||
|
||||
and `use` the library:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
(defproject com.taoensso/timbre "0.8.1"
|
||||
(defproject com.taoensso/timbre "0.8.2"
|
||||
:description "Simple, flexible, all-Clojure logging. No XML!"
|
||||
:url "https://github.com/ptaoussanis/timbre"
|
||||
:license {:name "Eclipse Public License"}
|
||||
|
|
Loading…
Reference in New Issue