diff options
author | gorhill <rhill@raymondhill.net> | 2015-09-13 15:17:01 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-09-13 15:17:01 -0400 |
commit | 247e5ec464ff06fec6bcc8468bc9332603ef3a79 (patch) | |
tree | 31e06d604bb0c36427df5f6c056e49947799abf1 /platform | |
parent | c5fa9ee818c96813b2fd13b396339ff8ab07a4fc (diff) | |
download | uBlock-247e5ec464ff06fec6bcc8468bc9332603ef3a79.zip uBlock-247e5ec464ff06fec6bcc8468bc9332603ef3a79.tar.gz uBlock-247e5ec464ff06fec6bcc8468bc9332603ef3a79.tar.bz2 |
given uBlock is beyond 1.0, moving to a 3-figure version scheme
Diffstat (limited to 'platform')
-rw-r--r-- | platform/chromium/manifest.json | 2 | ||||
-rw-r--r-- | platform/opera/manifest.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index efbe9d9..7c25ce9 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.1.0.2", + "version": "1.1.1", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index b46958a..6ebbd32 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.1.0.2", + "version": "1.1.1", "default_locale": "en", "description": "__MSG_extShortDesc__", |