From 010d8b573beb658cc8422db1d087f0d1b93b4167 Mon Sep 17 00:00:00 2001 From: Brian Ford Date: Thu, 11 Dec 2014 13:11:27 -0800 Subject: [PATCH] v0.7.3 --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 4a9b6ca..c7de129 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "AngularJS Batarang", - "version": "0.7.2", + "version": "0.7.3", "description": "Extends the Developer Tools, adding tools for debugging and profiling AngularJS applications.", "devtools_page": "devtoolsBackground.html", "manifest_version": 2, diff --git a/package.json b/package.json index 66b7802..059ac38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angularjs-batarang", - "version": "0.7.2", + "version": "0.7.3", "description": "chrome extension for inspecting angular apps", "main": "hint.js", "devDependencies": {