From 0cc2249b97dd879a30ca0cf72e4163e28bc48790 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sun, 5 Jan 2025 00:07:25 +0100 Subject: [PATCH] version bump but in manifest file --- src/ext/conf/ExtConfPatches.ts | 2 +- src/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ext/conf/ExtConfPatches.ts b/src/ext/conf/ExtConfPatches.ts index 7e7296a..c2a9afa 100644 --- a/src/ext/conf/ExtConfPatches.ts +++ b/src/ext/conf/ExtConfPatches.ts @@ -187,7 +187,7 @@ const ExtensionConfPatch = [ userOptions.newFeatureTracker['uw6.ui-popup'] = {show: 10}; } }, { - forVersion: '6.1.9', + forVersion: '6.2.1', updateFn: (userOptions: SettingsInterface, defaultOptions) => { userOptions.ui = defaultOptions.ui; userOptions.arDetect = defaultOptions.arDetect; diff --git a/src/manifest.json b/src/manifest.json index c381053..25ed441 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "6.2.0", + "version": "6.2.1", "icons": { "32":"res/icons/uw-32.png", "64":"res/icons/uw-64.png"