From 335903e0921c77ce8a6b78f3c4c59f2bf66532b2 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 9 Feb 2018 21:41:23 +1300 Subject: [PATCH] Version 0.1.19 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 32c5be8..85e0e24 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.19-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.19" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}