mirror of https://github.com/status-im/reagent.git
Version 0.0.3
This commit is contained in:
parent
2ca62689f9
commit
cfe97087e6
2
Makefile
2
Makefile
|
@ -9,7 +9,7 @@ PROF = dev,test
|
|||
CLJSBUILD = client
|
||||
CLJSDIRS = src test
|
||||
|
||||
VERSION = 0.0.3-SNAPSHOT
|
||||
VERSION = 0.0.3 # -SNAPSHOT
|
||||
|
||||
all: buildrun
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
|
||||
(defproject simple-cloact "0.0.3-SNAPSHOT"
|
||||
(defproject simple-cloact "0.0.3"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2120"]
|
||||
[cloact "0.0.3-SNAPSHOT"]]
|
||||
[cloact "0.0.3"]]
|
||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
|
||||
(defproject todomvc-cloact "0.0.3-SNAPSHOT"
|
||||
(defproject todomvc-cloact "0.0.3"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2120"]
|
||||
[cloact "0.0.3-SNAPSHOT"]]
|
||||
[cloact "0.0.3"]]
|
||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||
:hooks [leiningen.cljsbuild]
|
||||
:profiles {:prod {:cljsbuild
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
|
||||
(defproject cloact "0.0.3-SNAPSHOT"
|
||||
(defproject cloact "0.0.3"
|
||||
:dependencies [[org.clojure/clojure "1.5.1"]
|
||||
[org.clojure/clojurescript "0.0-2120"]]
|
||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||
|
|
Loading…
Reference in New Issue