Skip to content

Commit 8e21a10

Browse files
committed
Bump version to 3.8.0
1 parent f787c2c commit 8e21a10

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "youtube-music",
33
"desktopName": "com.github.th_ch.youtube_music",
44
"productName": "YouTube Music",
5-
"version": "3.7.5",
5+
"version": "3.8.0",
66
"description": "YouTube Music Desktop App - including custom plugins",
77
"main": "./dist/main/index.js",
88
"license": "MIT",

src/plugins/unobtrusive-player/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ const handleVideoDataChange = () => {
4848
export default createPlugin({
4949
name: () => t('plugins.unobtrusive-player.name'),
5050
description: () => t('plugins.unobtrusive-player.description'),
51+
addedVersion: '3.8.x',
5152
restartNeeded: false,
5253
config: {
5354
enabled: false,

0 commit comments

Comments
 (0)