From 7766728bf20f1c93b99727808113841dbcb8d8d0 Mon Sep 17 00:00:00 2001 From: Github Action Date: Mon, 30 Oct 2023 21:48:45 +0000 Subject: [PATCH] docs: bump version to v1.15.5 --- 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 2488d246..074d4bbf 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chorus", "private": true, "type": "module", - "version": "1.15.4", + "version": "1.15.5", "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 11a6dac3..7968115a 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.15.4", + "version": "1.15.5", "manifest_version": 3, "author": "cdrani", "action": { diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 07e60f9d..572697a6 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.15.4", + "version": "1.15.5", "manifest_version": 3, "author": "cdrani", "action": {