diff --git a/build.boot b/build.boot index 867233f..a55b23f 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.16-SNAPSHOT") +(def +version+ "0.1.17-SNAPSHOT") (set-env! :source-paths #{"src"} diff --git a/project.clj b/project.clj index a5dbee5..fec536d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.16-SNAPSHOT" +(defproject mount "0.1.17-SNAPSHOT" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"