Version 0.5.0-alpha3

This commit is contained in:
Dan Holmsand 2015-02-09 19:09:20 +01:00
parent 986be5c387
commit 9db4b6df2c
5 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ This will setup a new Reagent project with some reasonable defaults, see here fo
To use Reagent in an existing project you add this to your dependencies in `project.clj`:
[reagent "0.5.0-alpha"]
[reagent "0.5.0-alpha3"]
You also need to include react.js itself. One way to do this is to add

View File

@ -1,7 +1,7 @@
(defproject geometry-reagent "0.5.0-alpha"
(defproject geometry-reagent "0.5.0-alpha3"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-2760"]
[reagent "0.5.0-alpha2"]
[reagent "0.5.0-alpha3"]
[figwheel "0.2.3-SNAPSHOT"]]
:plugins [[lein-cljsbuild "1.0.4"]

View File

@ -1,8 +1,8 @@
(defproject simple-reagent "0.5.0-alpha"
(defproject simple-reagent "0.5.0-alpha3"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-2760"]
[reagent "0.5.0-alpha2"]
[reagent "0.5.0-alpha3"]
[figwheel "0.2.3-SNAPSHOT"]]
:plugins [[lein-cljsbuild "1.0.4"]

View File

@ -1,7 +1,7 @@
(defproject todomvc-reagent "0.5.0-alpha"
(defproject todomvc-reagent "0.5.0-alpha3"
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-2760"]
[reagent "0.5.0-alpha2"]
[reagent "0.5.0-alpha3"]
[figwheel "0.2.3-SNAPSHOT"]]
:plugins [[lein-cljsbuild "1.0.4"]

View File

@ -1,5 +1,5 @@
(defproject reagent "0.5.0-SNAPSHOT"
(defproject reagent "0.5.0-alpha3"
:url "http://github.com/reagent-project/reagent"
:license {:name "MIT"}
:description "A simple ClojureScript interface to React"