From 17461b1911117104a177cbcc3e7e6f29698a942f Mon Sep 17 00:00:00 2001 From: anatoly Date: Fri, 2 Dec 2016 18:12:05 -0600 Subject: [PATCH] onto 0.1.12-SNAPSHOT --- build.boot | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.boot b/build.boot index 617ef85..661594e 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.11") +(def +version+ "0.1.12-SNAPSHOT") (set-env! :source-paths #{"src"} diff --git a/project.clj b/project.clj index 4028b61..e613f7c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.10" +(defproject mount "0.1.12-SNAPSHOT" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"