From 6b784e5f2569958ab309c4d988ac6f343f1ec969 Mon Sep 17 00:00:00 2001 From: Github Action Date: Sun, 2 Jun 2024 06:29:55 +0000 Subject: [PATCH] docs: bump version to v1.23.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 37a0370..358d8d6 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chorus", "private": true, "type": "module", - "version": "1.23.2", + "version": "1.23.3", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index a0f3f3e..42a555f 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.23.2", + "version": "1.23.3", "manifest_version": 3, "author": "cdrani", "action": { diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 85eb16b..2d0ef7d 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.23.2", + "version": "1.23.3", "manifest_version": 3, "author": "cdrani", "action": {