Skip to content

Commit

Permalink
Bumped up to 0.1.1-RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Nakamura committed Jan 25, 2015
1 parent 9579751 commit 4256439
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Monitor the changes made in test source and compile continuously. Ctrl-C to stop
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
;; specify lein-zinc plugin.
:plugins [[lein-zinc "0.1.0-SNAPSHOT"]]
:plugins [[lein-zinc "see_the_latest_version_above"]]
:dependencies [[org.clojure/clojure "1.6.0"]
;; scala-library is required and the version specified here
;; is used to compile if it is not overridden with 'scala-version'
Expand Down
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-SNAPSHOT"
(defproject lein-zinc "0.1.1-RC1"
: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-SNAPSHOT"]]
:plugins [[lein-zinc "0.1.1-RC1"]]
: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 4256439

Please sign in to comment.