From 594bb651d0466a4d5785244d0e9b819b90d3f87f Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 25 Oct 2017 13:30:44 +1300 Subject: [PATCH] Update version to dummy version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf09280..84ac518 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.7"]] }} + [day8.re-frame/trace "0.0.0 (see version above)"]] }} ``` - Locate the `:compiler` map under `:dev` and add: