mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-22 06:48:08 +00:00
move on to 0.3.0
This commit is contained in:
parent
bd72147f88
commit
c50f88caf0
@ -1,8 +1,8 @@
|
||||
(defproject todomvc-re-frame "0.2.0"
|
||||
(defproject todomvc-re-frame "0.3.0"
|
||||
:dependencies [[org.clojure/clojure "1.6.0"]
|
||||
[org.clojure/clojurescript "0.0-2816"]
|
||||
[reagent "0.5.0-alpha3"]
|
||||
[re-frame "0.2.0"]
|
||||
[re-frame "0.3.0"]
|
||||
[secretary "1.2.1"]]
|
||||
|
||||
:plugins [[lein-cljsbuild "1.0.4"]]
|
||||
|
@ -1,4 +1,4 @@
|
||||
(defproject re-frame "0.2.0"
|
||||
(defproject re-frame "0.3.0"
|
||||
:description "A Reagent Framework For Writing SPAs, in Clojurescript"
|
||||
:url "https://github.com/Day8/re-frame.git"
|
||||
:license {:name "MIT"}
|
||||
|
Loading…
x
Reference in New Issue
Block a user