From 76e9a71a13752be3c9450fd4bdff57ee3845e5fc Mon Sep 17 00:00:00 2001 From: anatoly Date: Tue, 4 Dec 2018 12:13:20 -0500 Subject: [PATCH] release 0.1.15 --- build.boot | 2 +- package.json | 2 +- project.clj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.boot b/build.boot index 98c1698..fc7df3e 100644 --- a/build.boot +++ b/build.boot @@ -1,4 +1,4 @@ -(def +version+ "0.1.15-SNAPSHOT") +(def +version+ "0.1.15") (set-env! :source-paths #{"src"} diff --git a/package.json b/package.json index 3e05bba..3a9039d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tolitius/mount", - "version": "0.1.14", + "version": "0.1.15", "license": "EPL-1.0", "homepage": "https://github.com/tolitius/mount", "repository": { diff --git a/project.clj b/project.clj index 0703343..8e195b2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.15-SNAPSHOT" +(defproject mount "0.1.15" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"