From 9716e51558ddd177703b8f8d6f28eb304af59232 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Sun, 15 May 2016 22:06:06 -0500 Subject: [PATCH] Release v1.2.2 --- dist/manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/manifest.json b/dist/manifest.json index 33b7bbe..7987cb0 100644 --- a/dist/manifest.json +++ b/dist/manifest.json @@ -3,7 +3,7 @@ "name": "Browser Calories", "description": "The easiest way to measure your performance budget", "homepage_url": "https://github.com/zenorocha/browser-calories-chrome", - "version": "1.2.1", + "version": "1.2.2", "browser_action": { "default_popup": "popup.html" }, diff --git a/package.json b/package.json index 0157b4c..1a32193 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "browser-calories-chrome", - "version": "1.2.1", + "version": "1.2.2", "description": "The easiest way to measure your performance budget", "main": "src/scripts/popup.js", "license": "MIT",