Skip to content

Commit

Permalink
Released 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Sep 3, 2012
1 parent 8262466 commit 24fe43a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions HISTORY.md
@@ -1,3 +1,7 @@
## 1.1.3 (2012-09-03)

* Updated Ring dependency to 1.1.5

## 1.1.2 (2012-09-02)

* Updated Ring dependency to 1.1.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ applications to be composed of small, independent parts.

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

[compojure "1.1.2"]
[compojure "1.1.3"]

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject compojure "1.1.2"
(defproject compojure "1.1.3"
:description "A concise routing library for Ring"
:url "https://github.com/weavejester/compojure"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 24fe43a

Please sign in to comment.