From c7be329cc3857589678e6147d2a0e892e55ba7d6 Mon Sep 17 00:00:00 2001 From: mantou132 <709922234@qq.com> Date: Wed, 6 Dec 2023 22:31:59 +0800 Subject: [PATCH] 1.5.33 --- package.json | 2 +- public/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83da792..85bf006 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spotify-lyrics", - "version": "1.5.32", + "version": "1.5.33", "description": "Desktop Spotify Web Player Instant Synchronised Lyrics", "scripts": { "lint": "tsc --noEmit && eslint --ext .ts --fix src/", diff --git a/public/manifest.json b/public/manifest.json index 3813771..7a0cf1f 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { "name": "__MSG_extensionName__", - "version": "1.5.32", + "version": "1.5.33", "manifest_version": 2, "description": "__MSG_extensionDescription__", "default_locale": "en",