version bump but in manifest file
This commit is contained in:
parent
a5d0c0b6b7
commit
0cc2249b97
@ -187,7 +187,7 @@ const ExtensionConfPatch = [
|
|||||||
userOptions.newFeatureTracker['uw6.ui-popup'] = {show: 10};
|
userOptions.newFeatureTracker['uw6.ui-popup'] = {show: 10};
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
forVersion: '6.1.9',
|
forVersion: '6.2.1',
|
||||||
updateFn: (userOptions: SettingsInterface, defaultOptions) => {
|
updateFn: (userOptions: SettingsInterface, defaultOptions) => {
|
||||||
userOptions.ui = defaultOptions.ui;
|
userOptions.ui = defaultOptions.ui;
|
||||||
userOptions.arDetect = defaultOptions.arDetect;
|
userOptions.arDetect = defaultOptions.arDetect;
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"manifest_version": 3,
|
"manifest_version": 3,
|
||||||
"name": "Ultrawidify",
|
"name": "Ultrawidify",
|
||||||
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
"description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.",
|
||||||
"version": "6.2.0",
|
"version": "6.2.1",
|
||||||
"icons": {
|
"icons": {
|
||||||
"32":"res/icons/uw-32.png",
|
"32":"res/icons/uw-32.png",
|
||||||
"64":"res/icons/uw-64.png"
|
"64":"res/icons/uw-64.png"
|
||||||
|
Loading…
Reference in New Issue
Block a user