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