Bump to version 0.4.1

This commit is contained in:
mike-thompson-day8 2015-05-28 23:17:40 +10:00
parent 601d65c216
commit b227dc4d98
3 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
:dependencies [[org.clojure/clojure "1.6.0"]
[org.clojure/clojurescript "0.0-3208"]
[reagent "0.5.0"]
[re-frame "0.4.0"]
[re-frame "0.4.1"]
[figwheel "0.2.6"]]
:plugins [[lein-cljsbuild "1.0.5"]

View File

@ -23,8 +23,9 @@ A [re-frame](https://github.com/Day8/re-frame) implementation of [TodoMVC](http:
```
5. Run
You'll have to wait for step 4 to do its compile, but then:
```
http://localhost:3450
open http://localhost:3450
```

View File

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