Skip to content

Commit

Permalink
Released 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Apr 28, 2012
1 parent b077ee4 commit 52a40f3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.3 (2012-04-28)

* Updated Ring dependency to 1.1.0
* Fixed lost headers in compojure.route/files

## 1.0.2 (2012-04-06)

* Updated Ring dependency to 1.0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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.2"]
[compojure "1.0.3"]

To build Compojure from source, run the following commands:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject compojure "1.0.2"
(defproject compojure "1.0.3"
: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 52a40f3

Please sign in to comment.