Bump version number to 2.3.0

This commit is contained in:
Younes Aassila 2023-12-22 20:07:26 +01:00
parent b4bf5c2dec
commit 8c9de422e7
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "ttv-lol-pro", "name": "ttv-lol-pro",
"version": "2.2.3", "version": "2.3.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "ttv-lol-pro", "name": "ttv-lol-pro",
"version": "2.2.3", "version": "2.3.0",
"license": "GPL-3.0", "license": "GPL-3.0",
"dependencies": { "dependencies": {
"bowser": "^2.11.0", "bowser": "^2.11.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "ttv-lol-pro", "name": "ttv-lol-pro",
"version": "2.2.3", "version": "2.3.0",
"description": "TTV LOL PRO removes most livestream ads from Twitch.", "description": "TTV LOL PRO removes most livestream ads from Twitch.",
"@parcel/bundler-default": { "@parcel/bundler-default": {
"minBundles": 10000000, "minBundles": 10000000,

View File

@ -2,7 +2,7 @@
"manifest_version": 3, "manifest_version": 3,
"name": "TTV LOL PRO", "name": "TTV LOL PRO",
"description": "TTV LOL PRO removes most livestream ads from Twitch.", "description": "TTV LOL PRO removes most livestream ads from Twitch.",
"version": "2.2.3", "version": "2.3.0",
"background": { "background": {
"service_worker": "background/background.ts", "service_worker": "background/background.ts",
"type": "module" "type": "module"

View File

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "TTV LOL PRO", "name": "TTV LOL PRO",
"description": "TTV LOL PRO removes most livestream ads from Twitch.", "description": "TTV LOL PRO removes most livestream ads from Twitch.",
"version": "2.2.3", "version": "2.3.0",
"background": { "background": {
"scripts": ["background/background.ts"], "scripts": ["background/background.ts"],
"persistent": false "persistent": false