Bump version (2.1.0)

This commit is contained in:
Peter Taoussanis 2013-06-07 20:16:15 +07:00
parent eaa4495e49
commit 092f3b7925
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 "2.0.1"] ; See commit history for breaking changes since 1.x
[com.taoensso/timbre "2.1.0"] ; See commit history for breaking changes since 1.x
```
# Timbre, a (sane) Clojure logging & profiling library
@ -26,7 +26,7 @@ Logging with Java can be maddeningly, unnecessarily hard. Particularly if all yo
Add the necessary dependency to your [Leiningen](http://leiningen.org/) `project.clj` and `require` the library in your ns:
```clojure
[com.taoensso/timbre "2.0.1"] ; project.clj
[com.taoensso/timbre "2.1.0"] ; project.clj
(ns my-app (:require [taoensso.timbre :as timbre
:refer (trace debug info warn error fatal spy)])) ; ns
```

View File

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