onto 0.1.10-SNAPSHOT
This commit is contained in:
parent
46b4895d95
commit
346a5b7f8c
3 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ _**Alan J. Perlis** from [Structure and Interpretation of Computer Programs](htt
|
||||||
module | branch | status
|
module | branch | status
|
||||||
----------|----------|----------
|
----------|----------|----------
|
||||||
mount | `master` | [](https://circleci.com/gh/tolitius/mount/tree/master)
|
mount | `master` | [](https://circleci.com/gh/tolitius/mount/tree/master)
|
||||||
mount | `0.1.9-SNAPSHOT` | [](https://circleci.com/gh/tolitius/mount/tree/0.1.9-SNAPSHOT)
|
mount | `0.1.10-SNAPSHOT` | [](https://circleci.com/gh/tolitius/mount/tree/0.1.10-SNAPSHOT)
|
||||||
|
|
||||||
[](http://clojars.org/mount)
|
[](http://clojars.org/mount)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(def +version+ "0.1.9")
|
(def +version+ "0.1.10-SNAPSHOT")
|
||||||
|
|
||||||
(set-env!
|
(set-env!
|
||||||
:source-paths #{"src"}
|
:source-paths #{"src"}
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
(defproject mount "0.1.9"
|
(defproject mount "0.1.10-SNAPSHOT"
|
||||||
:description "managing Clojure and ClojureScript app state since (reset)"
|
:description "managing Clojure and ClojureScript app state since (reset)"
|
||||||
:url "https://github.com/tolitius/mount"
|
:url "https://github.com/tolitius/mount"
|
||||||
:license {:name "Eclipse Public License"
|
:license {:name "Eclipse Public License"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue