diff --git a/README.md b/README.md index e47fbfc..2cf5571 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ for inspecting a running `re-frame` application. It should assist you to both un **Status:** Alpha. [![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace) [![Dependencies Status](https://versions.deps.co/Day8/re-frame-trace/status.svg)](https://versions.deps.co/Day8/re-frame-trace) -**Note** [the latest version 0.1.13](https://github.com/Day8/re-frame-trace/releases/tag/0.1.13) ALSO requires the latest version of re-frame itself - `v0.10.3-alpha1`. +**Note** [the latest version 0.1.13](https://github.com/Day8/re-frame-trace/releases/tag/0.1.13) ALSO requires the latest version of re-frame itself - `v0.10.3-alpha2`. ## Dashboard Overview diff --git a/project.clj b/project.clj index 62bd858..68dd822 100644 --- a/project.clj +++ b/project.clj @@ -5,7 +5,7 @@ :dependencies [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.9.671"] [reagent "0.6.0" :scope "provided"] - [re-frame "0.10.2" :scope "provided"] + [re-frame "0.10.3-alpha2" :scope "provided"] [binaryage/devtools "0.9.4"] [garden "1.3.3"]] :plugins [[thomasa/mranderson "0.4.7"]