Skip to content

Commit

Permalink
Released 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 2, 2012
1 parent 2cef3f7 commit 7e8eb18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2 (2012-09-02)

* Updated Ring dependency to 1.1.4

## 1.1.1 (2012-07-13)

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

## Documentation

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.1.1"
(defproject compojure "1.1.2"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 7e8eb18

Please sign in to comment.