Skip to content

Commit

Permalink
Released 1.1.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 20, 2012
1 parent 212209e commit 501017c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
@@ -1,3 +1,9 @@
## 1.1.0 (2012-05-XX)

* Added PATCH route macro
* Added OPTION route macro
* Added low-level make-route function

## 1.0.4 (2012-05-06)

* Fixed context macro to allow lists for prefix
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ applications to be composed of small, independent parts.

Add the following dependency to your `project.clj` file:

[compojure "1.0.4"]
[compojure "1.1.0-RC1"]

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject compojure "1.0.4"
(defproject compojure "1.1.0-RC1"
: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 501017c

Please sign in to comment.