Skip to content

Commit

Permalink
bump version to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarshantanu committed Nov 2, 2012
1 parent 84061da commit a1fe0e2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
@@ -1,5 +1,9 @@
# Changes and TODO

## 2012-Nov-03 / 0.2.4

* Add support for resolving aliases in project.clj (Creighton Kirkendall)

## 2012-Sep-30 / 0.2.3

* Init sub-projects, so their plugins are applied (Hugo Duncan)
Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject lein-sub "0.2.3"
(defproject lein-sub "0.2.4"
:description "Leiningen Subprojects plugin"
:url "https://github.com/kumarshantanu/lein-sub"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion subtest/project.clj
Expand Up @@ -4,5 +4,5 @@
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.4.0"]]
:plugins [[lein-sub "0.2.3"]]
:plugins [[lein-sub "0.2.4"]]
:sub ["child" "child2"])

0 comments on commit a1fe0e2

Please sign in to comment.