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