diff --git a/bunqdesktop.nuspec b/bunqdesktop.nuspec index 49ea3472..fc6cd755 100644 --- a/bunqdesktop.nuspec +++ b/bunqdesktop.nuspec @@ -2,7 +2,7 @@ bunqdesktop - 0.9.2 + 0.9.3 bunqCommunity @@ -25,7 +25,7 @@ The unofficial, free and open source desktop application for the bunq API A desktop implementation for bunq's API. This app does everything within the application so you don't have to worry about sharing your API key with anyone else! - https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.2 + https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.3 diff --git a/chocolatey/chocolateyInstall.ps1 b/chocolatey/chocolateyInstall.ps1 index a49686bc..d7d04c5a 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.9.2/bunqDesktop-0.9.2.exe' +$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.3/bunqDesktop-0.9.3.exe' $silentArgs = '/silent' Install-ChocolateyPackage $name $installerType $silentArgs $url diff --git a/package.json b/package.json index 953c1891..9704d715 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "The unofficial, free and open source desktop application for the bunq API", "productName": "bunqDesktop", "homepage": "https://bunqdesk.top/", - "version": "0.9.2", + "version": "0.9.3", "author": { "name": "bunqCommunity", "email": "bunqcommunity@gmail.com"