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