From f9d7f07ed9cdfdd78402c83588f58af4cdaf4246 Mon Sep 17 00:00:00 2001 From: Matthew Jaoudi Date: Fri, 20 Oct 2017 18:15:55 -0700 Subject: [PATCH] update version listed in readme; --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3cbe9a..bf09280 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you are using leiningen, modify `project.clj` in the following ways. When puz :profiles {:dev {:dependencies [[some-other-package "0.0.0"] - [day8.re-frame/trace "0.1.0"]] }} + [day8.re-frame/trace "0.1.7"]] }} ``` - Locate the `:compiler` map under `:dev` and add: