diff --git a/README.md b/README.md index c722e68..228c968 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ _**Alan J. Perlis** from [Structure and Interpretation of Computer Programs](htt module | branch | status ----------|----------|---------- mount | `master` | [![Circle CI](https://circleci.com/gh/tolitius/mount/tree/master.png?style=svg)](https://circleci.com/gh/tolitius/mount/tree/master) - mount | `0.1.7` | [![Circle CI](https://circleci.com/gh/tolitius/mount/tree/0.1.7.png?style=svg)](https://circleci.com/gh/tolitius/mount/tree/0.1.7) + mount | `0.1.8` | [![Circle CI](https://circleci.com/gh/tolitius/mount/tree/0.1.8.png?style=svg)](https://circleci.com/gh/tolitius/mount/tree/0.1.8) [![Clojars Project](http://clojars.org/mount/latest-version.svg)](http://clojars.org/mount) diff --git a/build.boot b/build.boot index b9c2b0d..22798da 100644 --- a/build.boot +++ b/build.boot @@ -1,3 +1,5 @@ +(def +version+ "0.1.7") + (set-env! :source-paths #{"src"} :dependencies '[;; mount brings _no dependencies_, everything here is for @@ -44,8 +46,6 @@ '[clojure.tools.logging :as log] '[clojure.tools.namespace.repl :refer [set-refresh-dirs]]) -(def +version+ "0.1.7-SNAPSHOT") - (bootlaces! +version+) (def log4b diff --git a/project.clj b/project.clj index 6d4b759..c4a01f2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject mount "0.1.7-SNAPSHOT" +(defproject mount "0.1.7" :description "managing Clojure and ClojureScript app state since (reset)" :url "https://github.com/tolitius/mount" :license {:name "Eclipse Public License"