From cfe97087e60e883fcaa53d39831a1569b7ca8d5d Mon Sep 17 00:00:00 2001 From: Dan Holmsand Date: Wed, 18 Dec 2013 15:02:57 +0100 Subject: [PATCH] Version 0.0.3 --- Makefile | 2 +- examples/simple/project.clj | 4 ++-- examples/todomvc/project.clj | 4 ++-- project.clj | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 80895e5..e06d3b4 100644 --- a/Makefile +++ b/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 diff --git a/examples/simple/project.clj b/examples/simple/project.clj index e84a43f..b07bb8f 100644 --- a/examples/simple/project.clj +++ b/examples/simple/project.clj @@ -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 diff --git a/examples/todomvc/project.clj b/examples/todomvc/project.clj index a3f8c0f..65fef8d 100644 --- a/examples/todomvc/project.clj +++ b/examples/todomvc/project.clj @@ -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 diff --git a/project.clj b/project.clj index 08b1863..6e89544 100644 --- a/project.clj +++ b/project.clj @@ -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"]]