From 594f6efd78d4c1b57d5eb4a17e8125ef1308a1db Mon Sep 17 00:00:00 2001 From: Daniel Compton Date: Tue, 2 May 2017 12:52:58 +1200 Subject: [PATCH] Change artifact coordinates to day8.re-frame/trace --- CHANGELOG.md | 8 ++++++++ project.clj | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e18d15..60ac9ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. This change ## [Unreleased] +## [0.1.0] - 2017-05-02 + +### Changed + +* Artifact coordinates changed from `day8.re-frame/abra` to `day8.re-frame/trace`. + +## [0.0.9] - 2017-05-02 + ### Changed * The preloads namespace now adds the tracing panel to the DOM automatically, so you don't need to change any of your app code to bring it in. [#14](https://github.com/Day8/re-frame-trace/pull/14) via [Dexter Gramfors](https://github.com/Dexterminator). diff --git a/project.clj b/project.clj index 3401aac..990199d 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject day8.re-frame/abra "0.0.10-SNAPSHOT" +(defproject day8.re-frame/trace "0.1.0-SNAPSHOT" :description "Tracing and developer tools for re-frame apps" :url "https://github.com/Day8/re-frame-trace" :license {:name "MIT"}