From cac985ee12cd69e9de6fd483e58e5830168e9b77 Mon Sep 17 00:00:00 2001 From: Nick van de Groes Date: Mon, 16 Sep 2019 09:25:32 +0200 Subject: [PATCH] Version bump to 1.12.1. --- BunqSdk/BunqSdk.csproj | 2 +- BunqSdk/Http/ApiClient.cs | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BunqSdk/BunqSdk.csproj b/BunqSdk/BunqSdk.csproj index 0e2eefa..99db683 100644 --- a/BunqSdk/BunqSdk.csproj +++ b/BunqSdk/BunqSdk.csproj @@ -8,7 +8,7 @@ Bunq.Sdk - 1.12.0 + 1.12.1 Bunq.Sdk diff --git a/BunqSdk/Http/ApiClient.cs b/BunqSdk/Http/ApiClient.cs index 41399c3..57bbc1f 100644 --- a/BunqSdk/Http/ApiClient.cs +++ b/BunqSdk/Http/ApiClient.cs @@ -64,7 +64,7 @@ public class ApiClient /// Values for the default headers /// 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"; diff --git a/README.md b/README.md index 7694892..4e3658d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # bunq C# SDK -Version 1.12.0 +Version 1.12.1 ## Introduction Hi developers!