Skip to content

Commit 62cb1cb

Browse files
committed
Version bump to 1.14.0
1 parent a4d5444 commit 62cb1cb

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
@@ -8,7 +8,7 @@
88
<PackageId>Bunq.Sdk</PackageId>
99
</PropertyGroup>
1010
<PropertyGroup>
11-
<VersionPrefix>1.13.0</VersionPrefix>
11+
<VersionPrefix>1.14.0</VersionPrefix>
1212
</PropertyGroup>
1313
<PropertyGroup>
1414
<RootNamespace>Bunq.Sdk</RootNamespace>
@@ -19,7 +19,7 @@
1919
<RepositoryUrl>https://github.com/bunq/sdk_csharp</RepositoryUrl>
2020
<NeutralLanguage>en-US</NeutralLanguage>
2121
<AssemblyTitle>bunq SDK</AssemblyTitle>
22-
<Copyright>bunq 2017</Copyright>
22+
<Copyright>bunq 2020</Copyright>
2323
</PropertyGroup>
2424
<ItemGroup>
2525
<PackageReference Include="Newtonsoft.Json" Version="10.0.3-*" />

BunqSdk/Http/ApiClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public class ApiClient
6464
/// Values for the default headers
6565
/// </summary>
6666
private const string CACHE_CONTROL_NONE = "no-cache";
67-
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.13.0";
67+
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/1.14.0";
6868
private const string LANGUAGE_EN_US = "en_US";
6969
private const string REGION_NL_NL = "nl_NL";
7070
private const string GEOLOCATION_ZERO = "0 0 0 0 NL";

0 commit comments

Comments
 (0)