diff --git a/bunqdesktop.nuspec b/bunqdesktop.nuspec index 79dae4f6..2ed1bf7e 100644 --- a/bunqdesktop.nuspec +++ b/bunqdesktop.nuspec @@ -2,7 +2,7 @@ bunqdesktop - 0.8.2 + 0.8.3 BunqCommunity diff --git a/chocolatey/chocolateyInstall.ps1 b/chocolatey/chocolateyInstall.ps1 index 0e69e922..f6d3203a 100644 --- a/chocolatey/chocolateyInstall.ps1 +++ b/chocolatey/chocolateyInstall.ps1 @@ -1,6 +1,6 @@ $name = 'BunqDesktop' $installerType = 'exe' -$url = 'https://github.com/BunqCommunity/BunqDesktop/releases/download/0.8.2/BunqDesktop.Setup.0.8.2.exe' +$url = 'https://github.com/BunqCommunity/BunqDesktop/releases/download/0.8.3/BunqDesktop.Setup.0.8.3.exe' $silentArgs = '/silent' Install-ChocolateyPackage $name $installerType $silentArgs $url diff --git a/package.json b/package.json index 51d9e7b1..8256f524 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "A desktop implementation for the bunq API", "productName": "BunqDesktop", "homepage": "https://bunqdesktop.com/", - "version": "0.8.2", + "version": "0.8.3", "author": { "name": "BunqCommunity", "email": "bunqcommunity@gmail.com"