From 5cd2e78e884c99b5d246c7cab8ff9b15be537cac Mon Sep 17 00:00:00 2001 From: JellyBrick Date: Sun, 1 Oct 2023 12:49:25 +0900 Subject: [PATCH] release 1.20.3: fix updater download link --- index.ts | 2 +- package-lock.json | 4 ++-- package.json | 8 ++++---- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/index.ts b/index.ts index 38b0851db2..2eb343ce08 100644 --- a/index.ts +++ b/index.ts @@ -438,7 +438,7 @@ app.on('ready', () => { }, 2000); autoUpdater.on('update-available', () => { const downloadLink - = 'https://github.com/th-ch/youtube-music/releases/latest'; + = 'https://github.com/organization/youtube-music-next/releases/latest'; const dialogOptions: Electron.MessageBoxOptions = { type: 'info', buttons: ['OK', 'Download', 'Disable updates'], diff --git a/package-lock.json b/package-lock.json index 9df1053fda..d050629417 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "youtube-music", - "version": "1.20.2", + "version": "1.20.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "youtube-music", - "version": "1.20.2", + "version": "1.20.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4c618eaede..0d764e97fc 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { "name": "youtube-music", "productName": "YouTube Music", - "version": "1.20.2", + "version": "1.20.3", "description": "YouTube Music Desktop App - including custom plugins", "main": "./dist/index.js", "license": "MIT", "repository": "organization/youtube-music-next", "author": { - "name": "th-ch", - "email": "th-ch@users.noreply.github.com", - "url": "https://github.com/th-ch/youtube-music" + "name": "organization", + "email": "organization@users.noreply.github.com", + "url": "https://github.com/organization/youtube-music-next" }, "build": { "appId": "com.github.th-ch.youtube-music",