Skip to content

Commit

Permalink
Released 0.6.0-RC4
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Feb 6, 2011
1 parent 1d6d391 commit d4fba9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit d4fba9a

Please sign in to comment.