From 130b11c0f62682baafaf7a5bb3c67a933d46d3b8 Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Wed, 25 Oct 2017 13:30:53 +1300 Subject: [PATCH] Version 0.1.8 --- project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 6e72900..0044257 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/trace "0.1.8-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.8" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}