From 0a738e27cd91e6bb3a145588f90b4245a3238f28 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 28 Mar 2017 20:41:08 +1300 Subject: [PATCH] Version 0.0.7-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index f29914d..abd8a42 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/abra "0.0.6" +(defproject day8.re-frame/abra "0.0.7-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}