From e57eb6978d485cfc38dd8dc28b09351708ad7158 Mon Sep 17 00:00:00 2001 From: Jason Laster Date: Tue, 10 Mar 2015 18:14:06 -0400 Subject: [PATCH] bump and build --- CHANGELOG.md | 9 +++++++++ extension/manifest.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7aafb29..6f225fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## V0.5.4 +#### 3-10-2014 + +### Added ++ License ++ Usage analytics ++ Wires URL ++ Static build + ## V0.5.3 #### 3-1-2014 diff --git a/extension/manifest.json b/extension/manifest.json index 99d982a..e90d570 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,6 +1,6 @@ { "name": "Marionette Inspector", - "version": "0.5.3", + "version": "0.5.4", "description": "A devtool for Marionette", "author": "Jason Laster", "minimum_chrome_version": "22.0", diff --git a/package.json b/package.json index 8acecfe..c6f9b50 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "marionette.inspector", - "version": "0.5.3", + "version": "0.5.4", "description": "A proper inspector for Marionette", "main": "", "scripts": {