From a1234cb3821ef17c9b8ecb63780e3606f1f16147 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 13 Apr 2017 12:03:58 +1200 Subject: [PATCH] Version 0.0.9-SNAPSHOT --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 452ed98..a7792d9 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/abra "0.0.8" +(defproject day8.re-frame/abra "0.0.9-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}