Skip to content

Commit

Permalink
v4.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Dec 17, 2015
1 parent 037216b commit 9fcdbc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[com.taoensso/timbre "4.1.4"] ; Stable, see CHANGELOG for details
```

# Timbre, a (sane) Clojure/Script logging & profiling library
# Timbre, a pure Clojure/Script logging library

Java logging is a mess of complexity that buys you _nothing_. It can be comically hard to get even the simplest logging working, and it's no better at scale.

Expand Down
4 changes: 2 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(defproject com.taoensso/timbre "4.1.4"
(defproject com.taoensso/timbre "4.2.0-SNAPSHOT"
:author "Peter Taoussanis <https://www.taoensso.com>"
:description "Clojure/Script logging & profiling library"
:description "Pure Clojure/Script logging library"
:url "https://github.com/ptaoussanis/timbre"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"
Expand Down

0 comments on commit 9fcdbc6

Please sign in to comment.