Bump to version 0.1.2-SNAPSHOT.

This commit is contained in:
Nick Alexander 2016-10-13 16:12:16 -07:00
parent ed545d4a11
commit 445364f192

View file

@ -1,4 +1,4 @@
(defproject datomish "0.1.1-SNAPSHOT" (defproject datomish "0.1.2-SNAPSHOT"
:description "A persistent, embedded knowledge base inspired by Datomic and DataScript." :description "A persistent, embedded knowledge base inspired by Datomic and DataScript."
:url "https://github.com/mozilla/datomish" :url "https://github.com/mozilla/datomish"
:license {:name "Mozilla Public License Version 2.0" :license {:name "Mozilla Public License Version 2.0"
@ -17,7 +17,7 @@
;; Can't be enabled by default: layers on top of cljsbuild! ;; Can't be enabled by default: layers on top of cljsbuild!
;; Instead, add the :node profile: ;; Instead, add the :node profile:
;; lein with-profile node install ;; lein with-profile node install
;"src/node" ;; "src/node"
] ]
:cljsbuild {:builds :cljsbuild {:builds