diff options
author | gorhill <rhill@raymondhill.net> | 2015-10-15 11:39:14 -0400 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-10-15 11:39:14 -0400 |
commit | c349511a7b98e8dc1a9c2ff3fdfa35d8b06ff2dd (patch) | |
tree | d5924cbc8b538d1a0f5f4294249a1e7c1b8ad266 | |
parent | 6d0fb26766f12ec5853e7055cd3687bc03ccceea (diff) | |
download | uBlock-c349511a7b98e8dc1a9c2ff3fdfa35d8b06ff2dd.zip uBlock-c349511a7b98e8dc1a9c2ff3fdfa35d8b06ff2dd.tar.gz uBlock-c349511a7b98e8dc1a9c2ff3fdfa35d8b06ff2dd.tar.bz2 |
bumping version number because of (basic) support for Thunderbird
-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 c0e13c5..81c3148 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.2.2", + "version": "1.3.0", "default_locale": "en", "description": "__MSG_extShortDesc__", diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index 24b6cac..b177b61 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "uBlock Origin", - "version": "1.2.2", + "version": "1.3.0", "default_locale": "en", "description": "__MSG_extShortDesc__", |