From 396ba4074ce80fdca658d4b5124d1a703a49fdc3 Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 28 Sep 2023 01:31:47 +0000 Subject: [PATCH] docs: bump version to v1.12.0 --- 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 c5f277a5..14aa33b5 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "chorus", "private": true, "type": "module", - "version": "1.11.1", + "version": "1.12.0", "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 64112d1d..12ef588e 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.11.1", + "version": "1.12.0", "manifest_version": 3, "author": "cdrani", "action": {}, diff --git a/src/manifest.firefox.json b/src/manifest.firefox.json index 0496f2ae..3deb5561 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.11.1", + "version": "1.12.0", "manifest_version": 3, "author": "cdrani", "action": {},