Skip to content

Commit

Permalink
bump version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Aug 29, 2012
1 parent c99cf74 commit 797a9eb
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 @@ -9,11 +9,11 @@ Leiningen plugin to execute tasks on sub-projects

Either install as a plugin in `~/.lein/profiles.clj`:

{:user {:plugins [[lein-sub "0.2.0"]]}}
{:user {:plugins [[lein-sub "0.2.1"]]}}

Or, specify as a plugin in `project.clj`:

:plugins [[lein-sub "0.2.0"]]
:plugins [[lein-sub "0.2.1"]]

### Leiningen 1.x users

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-sub "0.2.0"
(defproject lein-sub "0.2.1"
:description "Leiningen Subprojects plugin"
:url "https://github.com/kumarshantanu/lein-sub"
:eval-in-leiningen true)

0 comments on commit 797a9eb

Please sign in to comment.