From a76319cc08947e48977f079ad115d99d8c0fa2d8 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Tue, 14 Feb 2017 23:00:39 +0100 Subject: [PATCH] Update latest released version in README examples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6cafa00..2ef49ef 100644 --- a/README.md +++ b/README.md @@ -17,12 +17,12 @@ A fully fledged [Bugsnag](https://bugsnag.com) exception reporting client for Cl ## Releases and Dependency Information -clj-bugsnag is released via [Clojars](https://clojars.org/clj-bugsnag). The Latest stable release is 0.2.5 +clj-bugsnag is released via [Clojars](https://clojars.org/clj-bugsnag). The Latest stable release is 0.2.9 [Leiningen](https://github.com/technomancy/leiningen) dependency information: ```clojure -[clj-bugsnag "0.2.5"] +[clj-bugsnag "0.2.9"] ``` Maven dependency information: @@ -31,7 +31,7 @@ Maven dependency information: clj-bugsnag clj-bugsnag - 0.2.5 + 0.2.9 ```