From b6b5010f9151eca78c88ecea6e098db41def916f Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 9 Oct 2023 01:32:20 +0000 Subject: [PATCH] docs: bump version to v1.14.3 --- package.json | 2 +- src/manifest.chrome.json | 2 +- src/manifest.firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 3bac3640..1d946eb1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chorus", "private": true, "type": "module", - "version": "1.14.2", + "version": "1.14.3", "scripts": { "build:chrome": "TARGET=chrome rollup -c", "watch:chrome": "TARGET=chrome rollup -c -w", diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index 66a77aa5..059416dc 100644 --- a/src/manifest.chrome.json +++ b/src/manifest.chrome.json @@ -2,7 +2,7 @@ "short_name": "Chorus", "name": "Chorus - Spotify Enhancer", "description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!", - "version": "1.14.2", + "version": "1.14.3", "manifest_version": 3, "author": "cdrani", "action": {}, diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 1e65f40d..c385bfca 100644 --- a/src/manifest.firefox.json +++ b/src/manifest.firefox.json @@ -2,7 +2,7 @@ "short_name": "Chorus", "name": "Chorus - Spotify Enhancer", "description": "Enhance Spotify with controls to save favourite snips, auto-skip tracks, and set global and custom speed. More to come!", - "version": "1.14.2", + "version": "1.14.3", "manifest_version": 3, "author": "cdrani", "action": {},