releasing 0.1.8

This commit is contained in:
anatoly 2016-01-04 14:09:17 -05:00
parent 3b39c3b017
commit 1e05c3942f
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,4 +1,4 @@
(defproject mount "0.1.8-SNAPSHOT"
(defproject mount "0.1.8"
:description "managing Clojure and ClojureScript app state since (reset)"
:url "https://github.com/tolitius/mount"
:license {:name "Eclipse Public License"