Skip to content

Commit 622af0e

Browse files
committed
0.4.0
1 parent e5c171d commit 622af0e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

examples/drag_and_drop/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:dependencies [[org.clojure/clojure "1.7.0-beta1"]
88
[org.clojure/clojurescript "0.0-3196"]
99
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
10-
[jamesmacaulay/zelkova "0.4.0-SNAPSHOT"]
10+
[jamesmacaulay/zelkova "0.4.0"]
1111
[figwheel "0.2.5-SNAPSHOT"]
1212
[sablono "0.3.4"]
1313
[org.omcljs/om "0.8.8"]]

examples/mario/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:dependencies [[org.clojure/clojure "1.7.0-beta1"]
88
[org.clojure/clojurescript "0.0-3196"]
99
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
10-
[jamesmacaulay/zelkova "0.4.0-SNAPSHOT"]
10+
[jamesmacaulay/zelkova "0.4.0"]
1111
[figwheel "0.2.5-SNAPSHOT"]
1212
[sablono "0.3.4"]
1313
[org.omcljs/om "0.8.8"]]

examples/timelord/project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
:dependencies [[org.clojure/clojure "1.7.0-beta1"]
88
[org.clojure/clojurescript "0.0-3196"]
99
[org.clojure/core.async "0.1.346.0-17112a-alpha"]
10-
[jamesmacaulay/zelkova "0.4.0-SNAPSHOT"]
10+
[jamesmacaulay/zelkova "0.4.0"]
1111
[figwheel "0.2.5-SNAPSHOT"]
1212
[reagent "0.5.0-alpha3"]]
1313

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(defproject jamesmacaulay/zelkova "0.4.0-SNAPSHOT"
1+
(defproject jamesmacaulay/zelkova "0.4.0"
22
:description "Elm-style FRP for Clojure and ClojureScript"
33
:url "http://github.com/jamesmacaulay/zelkova"
44
:license {:name "MIT License"

0 commit comments

Comments
 (0)