We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67a89e8 commit 9b3cbe8Copy full SHA for 9b3cbe8
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "youtube-music",
3
"productName": "YouTube Music",
4
- "version": "3.4.1",
+ "version": "3.5.0",
5
"description": "YouTube Music Desktop App - including custom plugins",
6
"main": "./dist/main/index.js",
7
"license": "MIT",
src/plugins/synced-lyrics/index.ts
@@ -13,7 +13,7 @@ export default createPlugin({
13
description: () => t('plugins.synced-lyrics.description'),
14
authors: ['Non0reo', 'ArjixWasTaken'],
15
restartNeeded: true,
16
- addedVersion: '3.4.X',
+ addedVersion: '3.5.X',
17
config: {
18
preciseTiming: true,
19
showLyricsEvenIfInexact: true,
0 commit comments