From 6cf306e32082845ebd4d77ee9ad2a27a5eda2bab Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 27 Oct 2017 09:05:09 +1300 Subject: [PATCH] Version 0.1.9 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 762fe3b..a9a37e5 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.9-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.9" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}