mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-09 17:51:46 +00:00
Bump version to 3.8.0
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"name": "youtube-music",
|
||||
"desktopName": "com.github.th_ch.youtube_music",
|
||||
"productName": "YouTube Music",
|
||||
"version": "3.7.5",
|
||||
"version": "3.8.0",
|
||||
"description": "YouTube Music Desktop App - including custom plugins",
|
||||
"main": "./dist/main/index.js",
|
||||
"license": "MIT",
|
||||
|
||||
@ -48,6 +48,7 @@ const handleVideoDataChange = () => {
|
||||
export default createPlugin({
|
||||
name: () => t('plugins.unobtrusive-player.name'),
|
||||
description: () => t('plugins.unobtrusive-player.description'),
|
||||
addedVersion: '3.8.x',
|
||||
restartNeeded: false,
|
||||
config: {
|
||||
enabled: false,
|
||||
|
||||
Reference in New Issue
Block a user