diff options
author | gorhill <rhill@raymondhill.net> | 2015-08-12 16:31:19 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-08-12 16:31:19 -0400 |
commit | 29b695d81331c40c7f8ffc7b568726b37857c4d6 (patch) | |
tree | c645bbec966e5877ea2d23bd8759c11fe3a83ff3 /platform | |
parent | 5bdf14329c679c3f2695e9e1f930d7b1e1fbb6e8 (diff) | |
download | uBlock-29b695d81331c40c7f8ffc7b568726b37857c4d6.zip uBlock-29b695d81331c40c7f8ffc7b568726b37857c4d6.tar.gz uBlock-29b695d81331c40c7f8ffc7b568726b37857c4d6.tar.bz2 |
changes for a beta channel on AMO
Diffstat (limited to 'platform')
-rw-r--r-- | platform/chromium/manifest.json | 2 | ||||
-rw-r--r-- | platform/firefox/bootstrap.js | 7 | ||||
-rw-r--r-- | platform/opera/manifest.json | 2 |
3 files changed, 2 insertions, 9 deletions
diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 99bbdbb..1a9578d 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.0.0.2", + "version": "1.1.0.0", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/firefox/bootstrap.js b/platform/firefox/bootstrap.js index 23ba6f0..d1adfc4 100644 --- a/platform/firefox/bootstrap.js +++ b/platform/firefox/bootstrap.js @@ -72,13 +72,6 @@ function startup(data, reason) { return; } - // https://github.com/gorhill/uBlock/issues/262 - // To remove whatever suffix AMO adds to the version number. - var matches = version.match(/(?:\d+\.)+\d+/); - if ( matches !== null ) { - version = matches[0]; - } - bgProcess = hiddenDoc.documentElement.appendChild( hiddenDoc.createElementNS('http://www.w3.org/1999/xhtml', 'iframe') ); diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 39d4407..5fad2e5 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.0.0.2", + "version": "1.1.0.0", "default_locale": "en", "description": "__MSG_extShortDesc__", |