From 51f2813ce569ee10bcbaac8be32b3e015464c6e8 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Fri, 7 Aug 2015 23:59:36 +0700 Subject: [PATCH] Bump version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60362cd..5e2f1de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **[API docs][]** | **[CHANGELOG][]** | [other Clojure libs][] | [Twitter][] | [contact/contrib](#contact--contributing) | current [Break Version][]: ```clojure -[com.taoensso/timbre "4.0.2"] ; BREAKING, please see CHANGELOG for details +[com.taoensso/timbre "4.1.0"] ; Stable, see CHANGELOG for details [com.taoensso/timbre "3.4.0"] ; Legacy ``` @@ -36,7 +36,7 @@ Timbre offers an **all Clojure/Script** alternative that **works out the box**. Add the necessary dependency to your [Leiningen][] `project.clj` and `require` the necessary namespaces: ```clojure -[com.taoensso/timbre "4.0.2"] ; Add to your project.clj :dependencies +[com.taoensso/timbre "4.1.0"] ; Add to your project.clj :dependencies (ns my-clj-ns ; Clj ns => use `:refer` (:require