Skip to content

Commit

Permalink
Release 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenji Nakamura committed Sep 28, 2015
1 parent 7b5a344 commit 5600836
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 "1.0.0-SNAPSHOT"
(defproject lein-zinc "1.0.0"
: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 "1.0.0-SNAPSHOT"]]
:plugins [[lein-zinc "1.0.0"]]
:dependencies [[org.clojure/clojure "1.7.0"]
[org.scala-lang/scala-library "2.11.4"]]
:prep-tasks ["zinc" "compile"]
Expand Down

0 comments on commit 5600836

Please sign in to comment.