From ef4c74291c1d1f2536692d52942f8c5f4c5df607 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 31 Aug 2017 16:18:41 +1200 Subject: [PATCH] Version 0.1.6-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index ac4fa9c..5d005e9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.5" +(defproject day8.re-frame/trace "0.1.6-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}