From a485cb990b54c2d085ecdc58cf838132feab651a Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 16 Aug 2017 15:40:43 +1200 Subject: [PATCH] Version 0.1.3-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 2cd01b1..dc45728 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.2" +(defproject day8.re-frame/trace "0.1.3-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}