Skip to content

Commit

Permalink
Bump version to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JellyBrick committed Jul 31, 2024
1 parent 67a89e8 commit 9b3cbe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "youtube-music",
"productName": "YouTube Music",
"version": "3.4.1",
"version": "3.5.0",
"description": "YouTube Music Desktop App - including custom plugins",
"main": "./dist/main/index.js",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/synced-lyrics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default createPlugin({
description: () => t('plugins.synced-lyrics.description'),
authors: ['Non0reo', 'ArjixWasTaken'],
restartNeeded: true,
addedVersion: '3.4.X',
addedVersion: '3.5.X',
config: {
preciseTiming: true,
showLyricsEvenIfInexact: true,
Expand Down

0 comments on commit 9b3cbe8

Please sign in to comment.