mirror of
https://github.com/status-im/reagent.git
synced 2025-01-27 12:16:15 +00:00
Version 0.0.1
This commit is contained in:
parent
12566ced7b
commit
7ebbdeaf66
5
Makefile
5
Makefile
@ -9,7 +9,7 @@ PROF = dev,test
|
|||||||
CLJSBUILD = client
|
CLJSBUILD = client
|
||||||
CLJSDIRS = src test
|
CLJSDIRS = src test
|
||||||
|
|
||||||
VERSION = 0.0.1-SNAPSHOT
|
VERSION = 0.0.1 # -SNAPSHOT
|
||||||
|
|
||||||
all: buildrun
|
all: buildrun
|
||||||
|
|
||||||
@ -49,8 +49,9 @@ bower_components:
|
|||||||
bower install react#v0.5.1
|
bower install react#v0.5.1
|
||||||
|
|
||||||
setversion:
|
setversion:
|
||||||
|
version=$(VERSION); \
|
||||||
find . -name project.clj | \
|
find . -name project.clj | \
|
||||||
xargs -n1 sed -i "" -e 's,\(cloact "\)\([^"]*\)",\1'$(VERSION)'"',g
|
xargs -n1 sed -i "" -e 's,\(cloact "\)\([^"]*\)",\1'"$$version"'"',g
|
||||||
|
|
||||||
tag: setversion
|
tag: setversion
|
||||||
if git rev-parse v$(VERSION) 2>/dev/null; then \
|
if git rev-parse v$(VERSION) 2>/dev/null; then \
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
(defproject simple-cloact "0.0.1-SNAPSHOT"
|
(defproject simple-cloact "0.0.1"
|
||||||
:dependencies [[org.clojure/clojurescript "0.0-2120"]
|
:dependencies [[org.clojure/clojurescript "0.0-2120"]
|
||||||
[cloact "0.0.1-SNAPSHOT"]]
|
[cloact "0.0.1"]]
|
||||||
:plugins [[lein-cljsbuild "1.0.0"]]
|
:plugins [[lein-cljsbuild "1.0.0"]]
|
||||||
:hooks [leiningen.cljsbuild]
|
:hooks [leiningen.cljsbuild]
|
||||||
:profiles {:prod {:cljsbuild
|
:profiles {:prod {:cljsbuild
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
|
|
||||||
(defproject todomvc-cloact "0.0.1-SNAPSHOT"
|
(defproject todomvc-cloact "0.0.1"
|
||||||
:dependencies [[org.clojure/clojurescript "0.0-2120"]
|
:dependencies [[org.clojure/clojurescript "0.0-2120"]
|
||||||
[cloact "0.0.1-SNAPSHOT"]]
|
[cloact "0.0.1"]]
|
||||||
:plugins [[lein-cljsbuild "1.0.0"]]
|
:plugins [[lein-cljsbuild "1.0.0"]]
|
||||||
:hooks [leiningen.cljsbuild]
|
:hooks [leiningen.cljsbuild]
|
||||||
:profiles {:prod {:cljsbuild
|
:profiles {:prod {:cljsbuild
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
|
|
||||||
(defproject cloact "0.0.1-SNAPSHOT"
|
(defproject cloact "0.0.1"
|
||||||
:dependencies [[org.clojure/clojurescript "0.0-2120"]]
|
:dependencies [[org.clojure/clojurescript "0.0-2120"]]
|
||||||
:plugins [[lein-cljsbuild "1.0.1"]]
|
:plugins [[lein-cljsbuild "1.0.1"]]
|
||||||
:hooks [leiningen.cljsbuild]
|
:hooks [leiningen.cljsbuild]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user