Skip to content

Commit

Permalink
Version bump to 1.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvandegroes committed Sep 16, 2019
1 parent 13a0c29 commit cac985e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion BunqSdk/BunqSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<PackageId>Bunq.Sdk</PackageId>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>1.12.0</VersionPrefix>
<VersionPrefix>1.12.1</VersionPrefix>
</PropertyGroup>
<PropertyGroup>
<RootNamespace>Bunq.Sdk</RootNamespace>
Expand Down
2 changes: 1 addition & 1 deletion BunqSdk/Http/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class ApiClient
/// Values for the default headers
/// </summary>
private const string CACHE_CONTROL_NONE = "no-cache";
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.12.0";
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.12.1";
private const string LANGUAGE_EN_US = "en_US";
private const string REGION_NL_NL = "nl_NL";
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# bunq C# SDK
Version 1.12.0
Version 1.12.1

## Introduction
Hi developers!
Expand Down

0 comments on commit cac985e

Please sign in to comment.