onto 0.1.9-SNAPSHOT

This commit is contained in:
anatoly 2016-01-04 14:10:44 -05:00
parent 1e05c3942f
commit 4a0f4eaf10
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
(def +version+ "0.1.8")
(def +version+ "0.1.9-SNAPSHOT")
(set-env!
:source-paths #{"src"}

View file

@ -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"