From 96d5aa51371d36a5b62cd0da7b59455f64589f3b Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 5 Sep 2017 19:15:44 +1200 Subject: [PATCH] Version 0.1.7-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 004c0ce..1ba6aac 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.6" +(defproject day8.re-frame/trace "0.1.7-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}