Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit a61fca6

Browse files
committed
0.8.3
1 parent af0e742 commit a61fca6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bunqdesktop.nuspec

Lines changed: 1 addition & 1 deletion
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>bunqdesktop</id>
5-
<version>0.8.2</version>
5+
<version>0.8.3</version>
66
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
77
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
88
<owners>BunqCommunity</owners>

chocolatey/chocolateyInstall.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
$name = 'BunqDesktop'
22
$installerType = 'exe'
3-
$url = 'https://github.com/BunqCommunity/BunqDesktop/releases/download/0.8.2/BunqDesktop.Setup.0.8.2.exe'
3+
$url = 'https://github.com/BunqCommunity/BunqDesktop/releases/download/0.8.3/BunqDesktop.Setup.0.8.3.exe'
44
$silentArgs = '/silent'
55

66
Install-ChocolateyPackage $name $installerType $silentArgs $url

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A desktop implementation for the bunq API",
44
"productName": "BunqDesktop",
55
"homepage": "https://bunqdesktop.com/",
6-
"version": "0.8.2",
6+
"version": "0.8.3",
77
"author": {
88
"name": "BunqCommunity",
99
"email": "[email protected]"

0 commit comments

Comments
 (0)