Skip to content

Commit

Permalink
Released 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 6, 2012
1 parent 8746a2a commit 541223a
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 "1.0.1"]
[compojure "1.0.2"]

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 "1.0.1"
(defproject compojure "1.0.2"
:description "A concise web framework for Clojure"
:url "https://github.com/weavejester/compojure"
:dependencies [[org.clojure/clojure "1.2.1"]
Expand Down

0 comments on commit 541223a

Please sign in to comment.