Skip to content

Commit

Permalink
doc and Clojars coord changes for v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Oct 16, 2011
1 parent d5bf32b commit 9ce96d5
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 @@ -7,11 +7,11 @@ Leiningen plugin to execute tasks on sub-projects

Either install as a plugin:

$ lein plugin install lein-sub "0.1"
$ lein plugin install lein-sub "0.1.1"

Or, include as a dev-dependency:

:dev-dependencies [lein-sub "0.1"]
:dev-dependencies [lein-sub "0.1.1"]

Your project may have sub-projects (each having its own project.clj file) - you can specify them as follows:

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,3 +1,3 @@
(defproject lein-sub "0.1.1-SNAPSHOT"
(defproject lein-sub "0.1.1"
:description "Leiningen Subprojects plugin"
:dev-dependencies [[org.clojure/clojure "1.2.1"]])

0 comments on commit 9ce96d5

Please sign in to comment.