Update minimum required re-frame version

This commit is contained in:
Daniel Compton 2018-02-13 15:54:20 +13:00
parent d72d2bf0c7
commit 76fd751a6a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. This change
### Upgrade notes
To take advantage of the more granular timing info, you will need to upgrade to re-frame 0.10.5.
To take advantage of the more granular timing info in this version, you will need to upgrade to re-frame 0.10.5.
### Improved

View File

@ -117,7 +117,7 @@ If you are using leiningen, modify `project.clj` in the following ways. When puz
[![Clojars Project](https://img.shields.io/clojars/v/day8.re-frame/trace.svg)](https://clojars.org/day8.re-frame/trace)
- Update your re-frame dependency to at least `0.10.4` - `[re-frame "0.10.4"]`.
- Update your re-frame dependency to at least `0.10.5` - `[re-frame "0.10.5"]`.
- Add re-frame-trace as a dev dependency by placing `[day8.re-frame/trace "VERSION"]` within `:profiles :dev :dependencies`. For example: