From 64f37da017aff2dad183b67b6764c7d152da165c Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 19 Dec 2017 10:47:32 +1300 Subject: [PATCH] Version 0.1.15-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index efec51b..56d8739 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.14" +(defproject day8.re-frame/trace "0.1.15-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}