From 4354393f79d75409a6d91aa93cc65e764e1bd30a Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Sat, 6 Mar 2021 03:57:10 +0100 Subject: [PATCH] Do the version bump --- CHANGELOG.md | 6 +++++- package-lock.json | 2 +- package.json | 2 +- src/manifest.json | 2 +- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba887f7..058a128 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ * Settings page looks ugly af right now. Maybe fix it some time later * other bug fixes -## v5.0 (planned major) +## v6.0 (planned major) * WebGL autodetection * in-player GUI * Fix UI logger +## v5.x (next major) + +* Migrate main scripts to typescript (vue is currently not included) + ## v4.x (current major) ### v4.5.3 diff --git a/package-lock.json b/package-lock.json index 3a96fba..bdab70a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "4.5.3", + "version": "5.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 15aaaef..adca6de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ultrawidify", - "version": "4.5.3", + "version": "5.0.0", "description": "Aspect ratio fixer for youtube and other sites, with automatic aspect ratio detection. Supports ultrawide and other ratios.", "author": "Tamius Han ", "scripts": { diff --git a/src/manifest.json b/src/manifest.json index 3294fc1..d75c674 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.5.3.2", + "version": "5.0.0", "applications": { "gecko": { "id": "{cf02b1a7-a01a-4e37-a609-516a283f1ed3}"