diff --git a/src/chrome/manifest/chrome.json b/src/chrome/manifest/chrome.json index 28e26522..7c7651d3 100644 --- a/src/chrome/manifest/chrome.json +++ b/src/chrome/manifest/chrome.json @@ -1,5 +1,5 @@ { - "version": "4.7.1.0", + "version": "4.7.2.0", "permissions": [ "declarativeContent" ], diff --git a/src/firefox/manifest/firefox.json b/src/firefox/manifest/firefox.json index 145aea61..96782e56 100644 --- a/src/firefox/manifest/firefox.json +++ b/src/firefox/manifest/firefox.json @@ -1,5 +1,5 @@ { - "version": "4.7.1.0", + "version": "4.7.2.0", "browser_action": { "default_popup": "popup.html", "default_icon": "images/icons/128x128/default.png"