Version 0.1.0

This commit is contained in:
Dan Holmsand 2014-01-10 14:03:47 +01:00
parent 7f8d06eff1
commit 69b54410aa
4 changed files with 6 additions and 6 deletions

View File

@ -9,7 +9,7 @@ PROF = dev,demo,test
CLJSBUILD = client
CLJSDIRS = src test
VERSION = 0.1.0-SNAPSHOT
VERSION = 0.1.0
all: buildrun

View File

@ -1,9 +1,9 @@
(defproject simple-cloact "0.1.0-SNAPSHOT"
(defproject simple-cloact "0.1.0"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2138"]
[cloact "0.1.0-SNAPSHOT"]]
[cloact "0.1.0"]]
:plugins [[lein-cljsbuild "1.0.1"]]
:hooks [leiningen.cljsbuild]
:profiles {:prod {:cljsbuild

View File

@ -1,9 +1,9 @@
(defproject todomvc-cloact "0.1.0-SNAPSHOT"
(defproject todomvc-cloact "0.1.0"
:dependencies [[org.clojure/clojure "1.5.1"]
[org.clojure/clojurescript "0.0-2138"]
[cloact "0.1.0-SNAPSHOT"]]
[cloact "0.1.0"]]
:plugins [[lein-cljsbuild "1.0.1"]]
:hooks [leiningen.cljsbuild]
:profiles {:prod {:cljsbuild

View File

@ -1,6 +1,6 @@
(defproject cloact "0.1.0-SNAPSHOT"
(defproject cloact "0.1.0"
:url "http://github.com/holmsand/cloact"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"