Skip to content

Commit

Permalink
Bumped up to 0.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Nakamura committed Jan 25, 2015
1 parent 4256439 commit b7108cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject lein-zinc "0.1.1-RC1"
(defproject lein-zinc "0.1.1"
:description "Typesafe zinc scala incremental compiler plugin"
:url "https://github.com/k2n/lein-zinc"
:scm {:name "git"
Expand Down
2 changes: 1 addition & 1 deletion test-project/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:plugins [[lein-zinc "0.1.1-RC1"]]
:plugins [[lein-zinc "0.1.1"]]
:dependencies [[org.clojure/clojure "1.6.0"]
[org.scala-lang/scala-library "2.11.4"]]
:prep-tasks ["zinc" "compile"]
Expand Down

0 comments on commit b7108cc

Please sign in to comment.