Skip to content

Commit

Permalink
Released 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Aug 17, 2012
1 parent b247700 commit ce9e052
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Original file line Diff line number Diff line change
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 To use Lein-Ring, add it as a plugin to your `project.clj` file or
your global profile: your global profile:


:plugins [[lein-ring "0.7.2"]] :plugins [[lein-ring "0.7.3"]]


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


:dev-dependencies [[lein-ring "0.7.2"]] :dev-dependencies [[lein-ring "0.7.3"]]


Then add a new `:ring` key to your `project.clj` file that contains a 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` map of configuration options. At minimum there must be a `:handler`
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-ring "0.7.2" (defproject lein-ring "0.7.3"
:description "Leiningen Ring plugin" :description "Leiningen Ring plugin"
:url "https://github.com/weavejester/lein-ring" :url "https://github.com/weavejester/lein-ring"
:dependencies [[org.clojure/clojure "1.2.1"] :dependencies [[org.clojure/clojure "1.2.1"]
Expand Down

0 comments on commit ce9e052

Please sign in to comment.