diff --git a/CHANGELOG.md b/CHANGELOG.md index bcd3b04..2c15110 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ QoL improvements for me: * Fixed the youtube alignment issue (previously fixed in v4.4.7.1-2), but this time for real (and in a bit more proper way) * Fixed the bug where extension wouldn't work when URL specified a port (e.g. www.example.com:80) * **[4.4.9.1]** removed source files from extension build in order to decrease package size +* **[4.4.9.2]** updated dependencies and stuff In addition to that, as of 4.4.9.1 the build process ensures removal of `node_modules` before building the extension so we can have reproducible builds except for real this time. Hopefully. diff --git a/src/manifest.json b/src/manifest.json index 783705d..0535fbb 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Ultrawidify", "description": "Removes black bars on ultrawide videos and offers advanced options to fix aspect ratio.", - "version": "4.4.9.1", + "version": "4.4.9.2", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}" diff --git a/src/popup/panels/WhatsNewPanel.vue b/src/popup/panels/WhatsNewPanel.vue index 65229a6..99b22b9 100644 --- a/src/popup/panels/WhatsNewPanel.vue +++ b/src/popup/panels/WhatsNewPanel.vue @@ -2,7 +2,7 @@
Full changelog for older versions is available here.
-4.4.9
+4.4.9.2