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

Commit

Permalink
Merge pull request #434 from bunqCommunity/master
Browse files Browse the repository at this point in the history
Release 0.9.4
  • Loading branch information
Crecket committed Nov 26, 2018
2 parents f7f3f82 + f0c4188 commit ae8f753
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bunqdesktop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>bunqdesktop</id>
<version>0.9.3</version>
<version>0.9.4</version>
<!-- <packageSourceUrl>Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed</packageSourceUrl>-->
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>bunqCommunity</owners>
Expand All @@ -25,7 +25,7 @@
<summary>The unofficial, free and open source desktop application for the bunq API</summary>
<description>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!</description>

<releaseNotes>https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.3</releaseNotes>
<releaseNotes>https://github.com/bunqCommunity/bunqDesktop/releases/tag/0.9.4</releaseNotes>
</metadata>
<files>
<!-- this section controls what actually gets packaged into the Chocolatey package -->
Expand Down
2 changes: 1 addition & 1 deletion chocolatey/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$name = 'bunqDesktop'
$installerType = 'exe'
$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.3/bunqDesktop-0.9.3.exe'
$url = 'https://github.com/bunqCommunity/bunqDesktop/releases/download/0.9.4/bunqDesktop-0.9.4.exe'
$silentArgs = '/silent'

Install-ChocolateyPackage $name $installerType $silentArgs $url
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3",
"version": "0.9.4",
"author": {
"name": "bunqCommunity",
"email": "bunqcommunity@gmail.com"
Expand Down
2 changes: 1 addition & 1 deletion src/react/Actions/registration.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export function registrationLogin(
return;
}

dispatch(registrationSetApiKeyDirect(apiKey, encryptedApiKey, permittedIps));
dispatch(registrationSetApiKey(apiKey, derivedPassword, permittedIps));

try {
await BunqJSClient.run(apiKey, permittedIps, environment, derivedPassword.key);
Expand Down

0 comments on commit ae8f753

Please sign in to comment.