diff --git a/package.json b/package.json index 807d174..624c8cc 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chorus", "private": true, "type": "module", - "version": "1.23.0", + "version": "1.23.1", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", diff --git a/src/manifest.chrome.json b/src/manifest.chrome.json index 5c41270..32658ce 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.0", + "version": "1.23.1", "manifest_version": 3, "author": "cdrani", "action": { diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 9284335..d16f61a 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.0", + "version": "1.23.1", "manifest_version": 3, "author": "cdrani", "action": {