Skip to content

Commit

Permalink
Released 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 4, 2014
1 parent d14f0db commit cd573df
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.8.8"]]
:plugins [[lein-ring "0.8.9"]]

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

:dev-dependencies [[lein-ring "0.8.8"]]
:dev-dependencies [[lein-ring "0.8.9"]]

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.8.8"
(defproject lein-ring "0.8.9"
:description "Leiningen Ring plugin"
:url "https://github.com/weavejester/lein-ring"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit cd573df

Please sign in to comment.