Skip to content

Commit

Permalink
Prep for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Oct 16, 2012
1 parent 7590cd9 commit 7c513dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -12,21 +12,21 @@ A Leiningen plugin for deploying Immutant apps.

To install for all lein projects, execute:

lein plugin install lein-immutant 0.11.0
lein plugin install lein-immutant 0.12.0

If you don't want to install it for all lein projects, you can add it as
a dev dependency in your project.clj:

...
:dependencies [[org.clojure/clojure "1.3.0"]]
:dev-dependencies [[lein-immutant "0.11.0"]]
:dev-dependencies [[lein-immutant "0.12.0"]]
...

#### Leiningen 2

Add it to your `~/.lein/profiles.clj`:

{:user {:plugins [[lein-immutant "0.11.0"]]}
{:user {:plugins [[lein-immutant "0.12.0"]]}
### Running it

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-immutant "0.12.0-SNAPSHOT"
(defproject lein-immutant "0.12.0"
:description "Leiningen plugin for managing an Immutant project."
:url "https://github.com/immutant/lein-immutant"
:mailing-list {:name "Immutant users list"
Expand Down

0 comments on commit 7c513dc

Please sign in to comment.