From 71663ba87c75b09ff78afb6e248a7d2e138b2b0f 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 + README.md | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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/README.md b/README.md index 782d64a..0ba9502 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _**Alan J. Perlis** from [Structure and Interpretation of Computer Programs](htt module | branch | status ----------|----------|---------- mount | `master` | [![Circle CI](https://circleci.com/gh/tolitius/mount/tree/master.png?style=svg)](https://circleci.com/gh/tolitius/mount/tree/master) - mount | `0.1.9-SNAPSHOT` | [![Circle CI](https://circleci.com/gh/tolitius/mount/tree/0.1.9-SNAPSHOT.png?style=svg)](https://circleci.com/gh/tolitius/mount/tree/0.1.9-SNAPSHOT) + mount | `0.1.10-SNAPSHOT` | [![Circle CI](https://circleci.com/gh/tolitius/mount/tree/0.1.10-SNAPSHOT.png?style=svg)](https://circleci.com/gh/tolitius/mount/tree/0.1.10-SNAPSHOT) [![Clojars Project](http://clojars.org/mount/latest-version.svg)](http://clojars.org/mount) 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"