Skip to content

Commit 157c4f0

Browse files
committed
Upgrade to 4.1.1
1 parent 2714804 commit 157c4f0

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

.chocolatey/headset.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
33
<metadata>
44
<id>headset</id>
5-
<version>4.1.0</version>
5+
<version>4.1.1</version>
66
<title>Headset</title>
77
<authors>Daniel Ravina</authors>
88
<owners>Daniel Ravina</owners>
@@ -13,7 +13,7 @@
1313
<projectSourceUrl>https://github.com/headsetapp/headset-electron</projectSourceUrl>
1414
<bugTrackerUrl>https://github.com/headsetapp/headset-electron/issues</bugTrackerUrl>
1515
<packageSourceUrl>https://github.com/headsetapp/headset-electron</packageSourceUrl>
16-
<releaseNotes>https://github.com/headsetapp/headset-electron/releases/tag/v4.1.0</releaseNotes>
16+
<releaseNotes>https://github.com/headsetapp/headset-electron/releases/tag/v4.1.1</releaseNotes>
1717
<description>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!</description>
1818
<summary>Discover and collect music on YouTube</summary>
1919
<copyright>Copyright © 2019 Daniel Ravina</copyright>

.chocolatey/tools/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$version = '4.1.0'
1+
$version = '4.1.1'
22

33
$url = "https://github.com/headsetapp/headset-electron/releases/download/v$version/headset-$version-setup.exe"
44
$autoStartKey = 'HKLM:\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run\'

co.headsetapp.headset.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
</screenshot>
3636
</screenshots>
3737
<releases>
38+
<release version="4.1.1" date="2022-05-21"/>
3839
<release version="4.1.0" date="2022-05-17"/>
3940
<release version="4.0.0" date="2022-05-09"/>
4041
<release version="3.3.3" date="2021-03-04"/>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "headset",
33
"productName": "Headset",
4-
"version": "4.1.0",
4+
"version": "4.1.1",
55
"description": "Discover and collect music on YouTube",
66
"license": "MIT",
77
"author": "Daniel Ravina <hello@headsetapp.co>",

0 commit comments

Comments
 (0)