Skip to content

Commit

Permalink
Released 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 8, 2012
1 parent 8ecada0 commit aaf5591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,7 +9,7 @@ purposes.

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

[ring-mock "0.1.2"]
[ring-mock "0.1.3"]

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject ring-mock "0.1.2"
(defproject ring-mock "0.1.3"
:description "A library for creating mock Ring request maps"
:dependencies [[org.clojure/clojure "1.2.1"]]
:plugins [[codox "0.6.1"]])

0 comments on commit aaf5591

Please sign in to comment.