From 93f66d6bc515e9a7e6ddb097a1ace88f8427c895 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 14 Feb 2018 21:29:08 +1300 Subject: [PATCH] Version 0.1.22-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f0b08ee..80334b2 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.21" +(defproject day8.re-frame/trace "0.1.22-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}