diff --git a/README.md b/README.md index b4aac73e..ec082d01 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 "1.0.1"] + [compojure "1.0.2"] To build Compojure from source, run the following commands: diff --git a/project.clj b/project.clj index bc51a454..a6a574db 100644 --- a/project.clj +++ b/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"]