From 97eaefc56213e61534c2608ea28e1e78d651b7c5 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Tue, 8 Oct 2013 21:43:47 +0400 Subject: [PATCH] README update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8286c8b..cc24c8f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ definition to your `pom.xml`: With [Leiningen](http://leiningen.org): ``` clojure -[com.novemberain/langohr "1.5.0"] +[com.novemberain/langohr "1.6.0-beta1"] ``` With Maven: @@ -50,7 +50,7 @@ With Maven: com.novemberain langohr - 1.5.0 + 1.6.0-beta1 ```