From 4c76cd99e53fbd6c4f7c95116ef0052b8cb24eea Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 4 Feb 2013 14:30:41 +0700 Subject: [PATCH] Bump version (1.4.0) --- README.md | 4 ++-- project.clj | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ce1debf..9d75f84 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Current [semantic](http://semver.org/) version: ```clojure -[com.taoensso/timbre "1.3.1"] +[com.taoensso/timbre "1.4.0"] ``` # 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.3.1"] +[com.taoensso/timbre "1.4.0"] ``` and `use` the library: diff --git a/project.clj b/project.clj index a70eb66..75afdb1 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.taoensso/timbre "1.3.1" +(defproject com.taoensso/timbre "1.4.0" :description "Clojure logging & profiling library" :url "https://github.com/ptaoussanis/timbre" :license {:name "Eclipse Public License"}