Skip to content

Commit 9b3cbe8

Browse files
committed
Bump version to 3.5.0
1 parent 67a89e8 commit 9b3cbe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "youtube-music",
33
"productName": "YouTube Music",
4-
"version": "3.4.1",
4+
"version": "3.5.0",
55
"description": "YouTube Music Desktop App - including custom plugins",
66
"main": "./dist/main/index.js",
77
"license": "MIT",

src/plugins/synced-lyrics/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export default createPlugin({
1313
description: () => t('plugins.synced-lyrics.description'),
1414
authors: ['Non0reo', 'ArjixWasTaken'],
1515
restartNeeded: true,
16-
addedVersion: '3.4.X',
16+
addedVersion: '3.5.X',
1717
config: {
1818
preciseTiming: true,
1919
showLyricsEvenIfInexact: true,

0 commit comments

Comments
 (0)