Skip to content

Commit

Permalink
Bump version to 0.12.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dnl-blkv committed Oct 11, 2017
1 parent 706d7f9 commit 57d2154
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BunqSdk/BunqSdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageId>Bunq.Sdk</PackageId>
</PropertyGroup>
<PropertyGroup>
<VersionPrefix>0.11.0.0</VersionPrefix>
<VersionPrefix>0.12.0.0</VersionPrefix>
<VersionSuffix>beta</VersionSuffix>
</PropertyGroup>
<PropertyGroup>
Expand All @@ -34,4 +34,4 @@
<Content Include="../README.md" />
<Content Include="../.gitignore" />
</ItemGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion BunqSdk/Http/ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,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/0.11.0.0-beta";
private const string USER_AGENT_BUNQ = "bunq-sdk-csharp/0.12.0.0-beta";
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

0 comments on commit 57d2154

Please sign in to comment.