Skip to content

Commit

Permalink
Released 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weavejester committed Jan 25, 2011
1 parent 537fb93 commit e4580e8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -14,7 +14,7 @@ Ring handler into a standard war file.
To use Lein-Ring, add it as a development dependency to your
`project.clj` file:

:dev-dependencies [[lein-ring "0.2.4"]]
:dev-dependencies [[lein-ring "0.2.5"]]

And then add a new `:ring` key that contains a map of configuration
options. At minimum there must be a `:handler` key that references
Expand All @@ -39,7 +39,8 @@ By default, this command attempts to find a free port, starting at

lein ring server 4000

The server-headless command works like the server command, except that it doesn't open a web browser:
The server-headless command works like the server command, except that
it doesn't open a web browser:

lein ring server-headless

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-ring "0.2.4"
(defproject lein-ring "0.2.5"
:description "Leiningen Ring plugin"
:dependencies [[org.clojure/clojure "1.2.0"]
[org.clojure/clojure-contrib "1.2.0"]
Expand Down

0 comments on commit e4580e8

Please sign in to comment.