Skip to content

Commit

Permalink
Released 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Mar 5, 2011
1 parent 60a353b commit 730532e
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 @@
## 0.6.1 (2011-03-05)

* Route for files and resources guess content-type
* Updated Clout dependency to 0.4.1

## 0.6.0 (2011-02-13)

* Updated Ring dependency to 0.3.5
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 "0.6.0"]
[compojure "0.6.1"]

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 "0.6.0"
(defproject compojure "0.6.1"
:description "A concise web framework for Clojure"
:url "http://github/weavejester/compojure"
:dependencies
Expand Down

0 comments on commit 730532e

Please sign in to comment.