From b8ef0c2f75dca8030f2c025c912dd9328020bbac Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 31 Aug 2017 16:16:17 +1200 Subject: [PATCH] Version 0.1.4 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 04aa4ec..ca13768 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.4-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.4" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}