diff --git a/README.md b/README.md index befe372..97ce68d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/timbre "1.5.1"] +[com.taoensso/timbre "1.5.2"] ``` # 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.5.1"] +[com.taoensso/timbre "1.5.2"] ``` and `use` the library: diff --git a/project.clj b/project.clj index 6b3b989..f5fc70e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "1.5.1" +(defproject com.taoensso/timbre "1.5.2" :description "Clojure logging & profiling library" :url "https://github.com/ptaoussanis/timbre" :license {:name "Eclipse Public License"}