diff --git a/CHANGELOG.md b/CHANGELOG.md index a23ada8..2a15770 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5.0 (x.8.2014) +## 0.5.0 (4.9.2014) - updated dependencies: diff --git a/README.md b/README.md index dc22f4f..21f2d66 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Real HTTP Statuses for Ring. Ported from the awesome [Spray](http://spray.io/). ## Latest version ```clojure -[metosin/ring-http-response "0.4.1"] +[![Clojars Project](http://clojars.org/metosin/ring-http-response/latest-version.svg)](http://clojars.org/metosin/ring-http-response) ``` ## Usage diff --git a/project.clj b/project.clj index 335973b..eb1e503 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject metosin/ring-http-response "0.5.0-SNAPSHOT" +(defproject metosin/ring-http-response "0.5.0" :description "Real HTTP Statuses for Ring" :url "https://github.com/metosin/ring-http-response" :license {:name "Eclipse Public License"