From a8123d270679f69dbd36a8862a54be9f57cdbfb2 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Sat, 22 Sep 2012 18:01:39 +0400 Subject: [PATCH] 1.0.0-beta7 --- README.md | 4 ++-- project.clj | 2 +- src/clojure/langohr/core.clj | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 59bc169..e76e423 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ idea we have is implemented. Keep that in mind. With Leiningen: - [com.novemberain/langohr "1.0.0-beta6"] + [com.novemberain/langohr "1.0.0-beta7"] With Maven: @@ -58,7 +58,7 @@ With Maven: com.novemberain langohr - 1.0.0-beta6 + 1.0.0-beta7 diff --git a/project.clj b/project.clj index 393d4a2..2104f6c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject com.novemberain/langohr "1.0.0-beta7-SNAPSHOT" +(defproject com.novemberain/langohr "1.0.0-beta7" :description "An idiomatic Clojure client for RabbitMQ that embraces AMQP 0.9.1 model. Built on top of the RabbitMQ Java client" :min-lein-version "2.0.0" :license {:name "Eclipse Public License"} diff --git a/src/clojure/langohr/core.clj b/src/clojure/langohr/core.clj index 6524a87..bbf05f2 100644 --- a/src/clojure/langohr/core.clj +++ b/src/clojure/langohr/core.clj @@ -55,7 +55,7 @@ ;; (def ^{:const true} - version "1.0.0-beta7-SNAPSHOT") + version "1.0.0-beta7") (declare create-connection-factory) (defn ^Connection connect