Skip to content

Commit d8061e4

Browse files
committed
Upgrade to 3.3.0
1 parent 97709b7 commit d8061e4

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>3.2.1</version>
5+
<version>3.3.0</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.2.1</releaseNotes>
16+
<releaseNotes>https://github.com/headsetapp/headset-electron/releases/tag/v3.3.0</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.2.1'
1+
$version = '3.3.0'
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<launchable type="desktop-id">co.headsetapp.headset.desktop</launchable>
1616
<project_license>MIT</project_license>
1717
<developer_name>Headset Team</developer_name>
18-
<content_rating type="oars-1.1" />
18+
<content_rating type="oars-1.1"/>
1919
<screenshots>
2020
<screenshot type="default">
2121
<image>https://headsetapp.co/images/search.jpg</image>
@@ -35,6 +35,7 @@
3535
</screenshot>
3636
</screenshots>
3737
<releases>
38+
<release version="3.3.0" date="2021-01-13"/>
3839
<release version="3.2.1" date="2020-02-05"/>
3940
<release version="3.2.0" date="2020-01-08"/>
4041
<release version="3.1.0" date="2019-09-04"/>

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.2.1",
4+
"version": "3.3.0",
55
"description": "Discover and collect music on YouTube",
66
"license": "MIT",
77
"author": "Daniel Ravina <hello@headsetapp.co>",

0 commit comments

Comments
 (0)