From 2eba9de8bbf1c3deca1ca92eea26affaa2ca5ad2 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 9 Dec 2016 10:42:44 +1300 Subject: [PATCH] Version 0.0.3-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f5d7f6f..dd4b57e 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/abra "0.0.2" +(defproject day8.re-frame/abra "0.0.3-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}