onto 0.1.9-SNAPSHOT
This commit is contained in:
parent
1e05c3942f
commit
4a0f4eaf10
2 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(def +version+ "0.1.8")
|
||||
(def +version+ "0.1.9-SNAPSHOT")
|
||||
|
||||
(set-env!
|
||||
:source-paths #{"src"}
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
(defproject mount "0.1.8"
|
||||
(defproject mount "0.1.9-SNAPSHOT"
|
||||
:description "managing Clojure and ClojureScript app state since (reset)"
|
||||
:url "https://github.com/tolitius/mount"
|
||||
:license {:name "Eclipse Public License"
|
||||
|
|
|
|||
Loading…
Reference in a new issue