From 4c1c751aa950ad0d58a4fb2a943bf1aded8281c7 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 16 Dec 2016 14:45:48 +1300 Subject: [PATCH] Version 0.0.5 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index d0b16a4..96b0b92 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/abra "0.0.5-SNAPSHOT" +(defproject day8.re-frame/abra "0.0.5" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}