From 81145b52b7c0366282a0d2d867823b1d2a4c99a3 Mon Sep 17 00:00:00 2001 From: Su-Yong Date: Wed, 3 Jan 2024 15:02:29 +0900 Subject: [PATCH] fix(#1580): fix `NEW` badge doesn't show --- src/plugins/album-actions/index.ts | 2 +- src/plugins/music-together/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/album-actions/index.ts b/src/plugins/album-actions/index.ts index f61d078f..f5484ebd 100644 --- a/src/plugins/album-actions/index.ts +++ b/src/plugins/album-actions/index.ts @@ -11,7 +11,7 @@ export default createPlugin({ name: () => t('plugins.album-actions.name'), description: () => t('plugins.album-actions.description'), restartNeeded: false, - addedVersion: '3.2.0', + addedVersion: '3.2.X', config: { enabled: false, }, diff --git a/src/plugins/music-together/index.ts b/src/plugins/music-together/index.ts index 4ed408d3..1024a0a6 100644 --- a/src/plugins/music-together/index.ts +++ b/src/plugins/music-together/index.ts @@ -38,7 +38,7 @@ export default createPlugin({ name: () => t('plugins.music-together.name'), description: () => t('plugins.music-together.description'), restartNeeded: false, - addedVersion: '3.2.0', + addedVersion: '3.2.X', config: { enabled: false },