Skip to content

Commit

Permalink
Released 0.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed May 6, 2012
1 parent 1ae788e commit 65d7abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -15,11 +15,11 @@ Ring handler into a standard war file.
To use Lein-Ring, add it as a plugin to your `project.clj` file or
your global profile:

:plugins [[lein-ring "0.6.6"]]
:plugins [[lein-ring "0.6.7"]]

Or, if you are using a version of Leiningen prior to 1.7.0:

:dev-dependencies [[lein-ring "0.6.6"]]
:dev-dependencies [[lein-ring "0.6.7"]]

Then add a new `:ring` key to your `project.clj` file that contains a
map of configuration options. At minimum there must be a `:handler`
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-ring "0.6.6"
(defproject lein-ring "0.6.7"
:description "Leiningen Ring plugin"
:url "https://github.com/weavejester/lein-ring"
:dependencies [[org.clojure/clojure "1.2.1"]
Expand Down

0 comments on commit 65d7abb

Please sign in to comment.