Skip to content

Commit

Permalink
Released version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jul 13, 2010
1 parent 4b41c9b commit e593cd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,3 +1,8 @@
## 0.4.1 (2010-07-13)

* Fixed '& more' destructuring bug
* Updated Ring dependency to 0.2.5

## 0.4.0 (2010-06-23)

* Factored middleware out to Ring 0.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,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.4.0"]
[compojure "0.4.1"]

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.4.0"
(defproject compojure "0.4.1"
:description "A concise web framework for Clojure"
:url "http://github/weavejester/compojure"
:dependencies [[org.clojure/clojure "1.1.0"]
Expand Down

0 comments on commit e593cd5

Please sign in to comment.