From b721c87b41a5f1230a8d8340f5ec14944f4edb5e Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Fri, 26 Jan 2018 21:52:33 +1300 Subject: [PATCH] Version 0.1.16 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 85ba370..4aae312 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.16-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.16" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}