diff --git a/chrome.zip b/chrome.zip index d4db9ee..5ec8285 100644 Binary files a/chrome.zip and b/chrome.zip differ diff --git a/chrome/manifest.json b/chrome/manifest.json index 6c6dbc3..5c0ba74 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Sample WebExtension", - "version": "1.1.0", + "version": "1.0.0", "icons": { "16": "assets/icons/favicon-16.png", "32": "assets/icons/favicon-32.png", diff --git a/firefox.xpi b/firefox.xpi index 5e635f0..2e49f31 100644 Binary files a/firefox.xpi and b/firefox.xpi differ diff --git a/firefox/manifest.json b/firefox/manifest.json index aca1c80..36f72a2 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Sample WebExtension", - "version": "1.1.0", + "version": "1.0.0", "icons": { "16": "assets/icons/favicon-16.png", "32": "assets/icons/favicon-32.png", diff --git a/opera.crx b/opera.crx index 0607a1e..604e643 100644 Binary files a/opera.crx and b/opera.crx differ diff --git a/opera/manifest.json b/opera/manifest.json index 4491872..929c3b6 100644 --- a/opera/manifest.json +++ b/opera/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Sample WebExtension", - "version": "1.1.0", + "version": "1.0.0", "icons": { "16": "assets/icons/favicon-16.png", "32": "assets/icons/favicon-32.png",