diff --git a/chrome.zip b/chrome.zip index 417d885..d724717 100644 Binary files a/chrome.zip and b/chrome.zip differ diff --git a/chrome/manifest.json b/chrome/manifest.json index c782c03..5c0ba74 100644 --- a/chrome/manifest.json +++ b/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Sample WebExtension", - "version": "0.0.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 7ad2a63..a501f84 100644 Binary files a/firefox.xpi and b/firefox.xpi differ diff --git a/firefox/manifest.json b/firefox/manifest.json index 202f6b7..36f72a2 100644 --- a/firefox/manifest.json +++ b/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Sample WebExtension", - "version": "0.0.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 a85d237..a068afb 100644 Binary files a/opera.crx and b/opera.crx differ diff --git a/opera/manifest.json b/opera/manifest.json index 58a82e6..929c3b6 100644 --- a/opera/manifest.json +++ b/opera/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Sample WebExtension", - "version": "0.0.0", + "version": "1.0.0", "icons": { "16": "assets/icons/favicon-16.png", "32": "assets/icons/favicon-32.png",