Skip to content

Commit b9be9e4

Browse files
committed
Merge branch 'release-0.9.1' into develop
2 parents 011c268 + d802362 commit b9be9e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BunqSdk/BunqSdk.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageId>Bunq.Sdk</PackageId>
1111
</PropertyGroup>
1212
<PropertyGroup>
13-
<VersionPrefix>0.9.0.0</VersionPrefix>
13+
<VersionPrefix>0.9.1.0</VersionPrefix>
1414
<VersionSuffix>beta</VersionSuffix>
1515
</PropertyGroup>
1616
<PropertyGroup>
@@ -34,4 +34,4 @@
3434
<Content Include="../README.md" />
3535
<Content Include="../.gitignore" />
3636
</ItemGroup>
37-
</Project>
37+
</Project>

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class ApiClient
3838
/// Values for the default headers
3939
/// </summary>
4040
private const string CACHE_CONTROL_NONE = "no-cache";
41-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0.0-beta";
41+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.9.0.1-beta";
4242
private const string LANGUAGE_EN_US = "en_US";
4343
private const string REGION_NL_NL = "nl_NL";
4444
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

0 commit comments

Comments
 (0)