From 1e05c3942ffaf7c5f137e1be384ea02e39d29f3a Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 4 Jan 2016 14:09:17 -0500 Subject: [PATCH] releasing 0.1.8 --- build.boot | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.boot b/build.boot index 8f8aabc..b1d7cbf 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.8-SNAPSHOT") +(def +version+ "0.1.8") (set-env! :source-paths #{"src"} diff --git a/project.clj b/project.clj index d852c23..7d4d4c3 100644 --- a/project.clj +++ b/project.clj @@ -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"