From 0924896224544653a0455ad14806c7806ee19b3d Mon Sep 17 00:00:00 2001 From: Felipe Castillo Date: Fri, 26 Aug 2022 16:12:53 -0700 Subject: [PATCH] Upgrade to 4.2.1 --- .chocolatey/headset.nuspec | 4 ++-- .chocolatey/tools/chocolateyInstall.ps1 | 2 +- co.headsetapp.headset.metainfo.xml | 1 + package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.chocolatey/headset.nuspec b/.chocolatey/headset.nuspec index 90ac1738..68a38c46 100644 --- a/.chocolatey/headset.nuspec +++ b/.chocolatey/headset.nuspec @@ -2,7 +2,7 @@ headset - 4.2.0 + 4.2.1 Headset Daniel Ravina Daniel Ravina @@ -13,7 +13,7 @@ https://github.com/headsetapp/headset-electron https://github.com/headsetapp/headset-electron/issues https://github.com/headsetapp/headset-electron - https://github.com/headsetapp/headset-electron/releases/tag/v4.2.0 + https://github.com/headsetapp/headset-electron/releases/tag/v4.2.1 Headset is a desktop app that turns YouTube into a world class music streaming service. Create collections, tune-in to a music subreddit or quickly play that song you've had stuck in your head all day! Discover and collect music on YouTube Copyright © 2019 Daniel Ravina diff --git a/.chocolatey/tools/chocolateyInstall.ps1 b/.chocolatey/tools/chocolateyInstall.ps1 index a8e7890d..921d2f3c 100644 --- a/.chocolatey/tools/chocolateyInstall.ps1 +++ b/.chocolatey/tools/chocolateyInstall.ps1 @@ -1,4 +1,4 @@ -$version = '4.2.0' +$version = '4.2.1' $url = "https://github.com/headsetapp/headset-electron/releases/download/v$version/headset-$version-setup.exe" $autoStartKey = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\' diff --git a/co.headsetapp.headset.metainfo.xml b/co.headsetapp.headset.metainfo.xml index 4efbfe56..dc2409ed 100644 --- a/co.headsetapp.headset.metainfo.xml +++ b/co.headsetapp.headset.metainfo.xml @@ -35,6 +35,7 @@ + diff --git a/package-lock.json b/package-lock.json index e9670c0d..eeca6b44 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "headset", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "headset", - "version": "4.2.0", + "version": "4.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 4ded9d93..dbf9cbfd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "headset", "productName": "Headset", - "version": "4.2.0", + "version": "4.2.1", "description": "Discover and collect music on YouTube", "license": "MIT", "author": "Daniel Ravina ",