Change artifact coordinates to day8.re-frame/trace

This commit is contained in:
Daniel Compton 2017-05-02 12:52:58 +12:00
parent 22e05656ea
commit 594f6efd78
2 changed files with 9 additions and 1 deletions

View File

@ -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).

View File

@ -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"}