move on to 0.3.0

This commit is contained in:
mike-thompson-day8 2015-03-07 21:35:55 +11:00
parent bd72147f88
commit c50f88caf0
2 changed files with 3 additions and 3 deletions

View File

@ -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"]]

View File

@ -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"}