diff --git a/README.md b/README.md index 6a8c554e..fcbeca03 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ The easiest way to use Compojure in your own projects is via [Leiningen](http://github.com/technomancy/leiningen). Add the following dependency to your project.clj file: - [compojure "0.6.0-RC3"] + [compojure "0.6.0-RC4"] To build Compojure from source, run the following commands: diff --git a/project.clj b/project.clj index 11a25de5..1a2f1b23 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject compojure "0.6.0-RC3" +(defproject compojure "0.6.0-RC4" :description "A concise web framework for Clojure" :url "http://github/weavejester/compojure" :dependencies