From 0a2f0e66ee3b89281351a765b202b592dd10c7d5 Mon Sep 17 00:00:00 2001 From: anatoly Date: Mon, 28 Jan 2019 10:34:26 -0500 Subject: [PATCH] release 0.1.16 --- build.boot | 2 +- project.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.boot b/build.boot index 867233f..200a7f0 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.16-SNAPSHOT") +(def +version+ "0.1.16") (set-env! :source-paths #{"src"} diff --git a/project.clj b/project.clj index a5dbee5..b49a23e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.16-SNAPSHOT" +(defproject mount "0.1.16" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"