diff --git a/CHANGELOG.md b/CHANGELOG.md index 46fee0c..e7566ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,5 @@ ## 0.1.9 +###### Sun Jan 31 15:47:19 2016 -0500 * `:on-reload` #{:noop :stop :restart} ([#36](https://github.com/tolitius/mount/issues/36)) * swapping states with values ([#45](https://github.com/tolitius/mount/issues/45)) diff --git a/project.clj b/project.clj index 2a6b61b..d8486a7 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.9-SNAPSHOT" +(defproject mount "0.1.9" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"