diff --git a/bin/update.json b/bin/update.json index 0694ada..549170f 100644 --- a/bin/update.json +++ b/bin/update.json @@ -1,13 +1,13 @@ { - "addons" : { - "unlisted-iridium@particlecore.github.io" : { - "updates" : [ + "addons": { + "unlisted-iridium@particlecore.github.io": { + "updates": [ { - "version" : "2.0.9", - "update_link" : "https://github.com/ParticleCore/Iridium/raw/master/dist/Iridium.xpi", - "applications" : { - "gecko" : { - "strict_min_version" : "110.0" + "version": "2.1.0", + "update_link": "https://github.com/ParticleCore/Iridium/raw/master/dist/Iridium.xpi", + "applications": { + "gecko": { + "strict_min_version": "110.0" } } } diff --git a/dist/Iridium.xpi b/dist/Iridium.xpi index bed95ec..86aecee 100644 Binary files a/dist/Iridium.xpi and b/dist/Iridium.xpi differ diff --git a/src/chrome/manifest.json b/src/chrome/manifest.json index c331ebb..497fa46 100644 --- a/src/chrome/manifest.json +++ b/src/chrome/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Iridium for YouTube", - "version": "2.0.9", + "version": "2.1.0", "description": "Take control of YouTube and boost your user experience with Iridium", "default_locale": "en_US", "options_ui": { diff --git a/src/firefox/manifest.json b/src/firefox/manifest.json index 31cb5da..4a13b8d 100644 --- a/src/firefox/manifest.json +++ b/src/firefox/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Iridium for YouTube", - "version": "2.0.9", + "version": "2.1.0", "description": "Take control of YouTube and boost your user experience with Iridium", "default_locale": "en_US", "options_ui": {