Skip to content

Commit 58a0524

Browse files
committed
Release 3.3.2
1 parent ef04361 commit 58a0524

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.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>3.3.1</version>
5+
<version>3.3.2</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/v3.3.1</releaseNotes>
16+
<releaseNotes>https://github.com/headsetapp/headset-electron/releases/tag/v3.3.2</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 = '3.3.1'
1+
$version = '3.3.2'
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="3.3.2" date="2021-02-20"/>
3839
<release version="3.3.1" date="2021-02-20"/>
3940
<release version="3.3.0" date="2021-01-13"/>
4041
<release version="3.2.1" date="2020-02-05"/>

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "3.3.1",
4+
"version": "3.3.2",
55
"description": "Discover and collect music on YouTube",
66
"license": "MIT",
77
"author": "Daniel Ravina <hello@headsetapp.co>",

0 commit comments

Comments
 (0)