From 877a632d9159b02200f20937244421ae3a66e61f Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Thu, 23 Nov 2017 10:03:33 +1300 Subject: [PATCH] Version 0.1.13 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 315ca48..6f55f4b 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.13-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.13" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}