release 0.1.15
This commit is contained in:
parent
8de6b09989
commit
76e9a71a13
3 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
(def +version+ "0.1.15-SNAPSHOT")
|
||||
(def +version+ "0.1.15")
|
||||
|
||||
(set-env!
|
||||
:source-paths #{"src"}
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue