diff --git a/project.clj b/project.clj index db84cee..4d9b118 100644 --- a/project.clj +++ b/project.clj @@ -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" diff --git a/test-project/project.clj b/test-project/project.clj index c61e5e6..5d0d2cc 100644 --- a/test-project/project.clj +++ b/test-project/project.clj @@ -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"]