Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

Commit

Permalink
Bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexions committed Jan 29, 2020
1 parent 6250360 commit 12ea696
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Klarna.Rest/Klarna.Rest.Core/Common/Constants.cs
Expand Up @@ -8,7 +8,7 @@ public class Constants
/// <summary>
/// The current version of .NET SDK library for Klarna Services
/// </summary>
public const string Version = "3.1.9";
public const string Version = "3.1.11";

/// <summary>
/// The API for the European live environment
Expand Down
2 changes: 1 addition & 1 deletion Klarna.Rest/Klarna.Rest.Core/Klarna.Rest.Core.csproj
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>3.1.9</Version>
<Version>3.1.11</Version>
<AssemblyName>Klarna.Rest.Core</AssemblyName>
<AssemblyTitle>Klarna Checkout REST .NET SDK</AssemblyTitle>
<OutputType>Library</OutputType>
Expand Down

0 comments on commit 12ea696

Please sign in to comment.