v0.8.0-alpha2

This commit is contained in:
Mike Thompson 2016-07-19 14:34:10 +10:00
parent 3739369c64
commit d1550d8e5e
3 changed files with 5 additions and 5 deletions

View File

@ -2,10 +2,10 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.89"]
[reagent "0.6.0-rc"]
[re-frame "0.8.0-alpha1"]]
[re-frame "0.8.0-alpha2"]]
:plugins [[lein-cljsbuild "1.1.3"]
[lein-figwheel "0.5.4-2"]]
[lein-figwheel "0.5.4-7"]]
:hooks [leiningen.cljsbuild]

View File

@ -2,13 +2,13 @@
:dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.9.89"]
[reagent "0.6.0-rc"]
[re-frame "0.8.0-SNAPSHOT"]
[re-frame "0.8.0-alpha2"]
[binaryage/devtools "0.7.0"]
[secretary "1.2.3"]
[prismatic/schema "1.1.2"]]
:plugins [[lein-cljsbuild "1.1.3"]
[lein-figwheel "0.5.4-5"]]
[lein-figwheel "0.5.4-7"]]
:hooks [leiningen.cljsbuild]

View File

@ -1,4 +1,4 @@
(defproject re-frame "0.8.0-SNAPSHOT"
(defproject re-frame "0.8.0-alpha2"
:description "A Clojurescript MVC-like Framework For Writing SPAs Using Reagent."
:url "https://github.com/Day8/re-frame.git"
:license {:name "MIT"}