From 74e70d3e0622b5124c603a5330c2285cbea54400 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 25 Oct 2017 13:31:11 +1300 Subject: [PATCH] Version 0.1.9-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0044257..0dca96c 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.8" +(defproject day8.re-frame/trace "0.1.9-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}