From 46b4895d95e3f08165e37da49f9d1092be933c88 Mon Sep 17 00:00:00 2001 From: anatoly Date: Sun, 31 Jan 2016 15:50:28 -0500 Subject: [PATCH] [changelog]: updating 0.1.9 release date --- CHANGELOG.md | 1 + project.clj | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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"