diff --git a/Adyen.Test/Adyen.Test.csproj b/Adyen.Test/Adyen.Test.csproj index e88cb526f..100d03306 100644 --- a/Adyen.Test/Adyen.Test.csproj +++ b/Adyen.Test/Adyen.Test.csproj @@ -6,10 +6,10 @@ enable disable false - 32.2.1 - 32.2.1 - 32.2.1 - 32.2.1 + 32.2.2 + 32.2.2 + 32.2.2 + 32.2.2 diff --git a/Adyen/Adyen.csproj b/Adyen/Adyen.csproj index 2e1e4f54c..dbb2e4949 100644 --- a/Adyen/Adyen.csproj +++ b/Adyen/Adyen.csproj @@ -7,9 +7,9 @@ disable false Adyen - 32.2.1 - 32.2.1 - 32.2.1 + 32.2.2 + 32.2.2 + 32.2.2 true true true @@ -17,7 +17,7 @@ https://github.com/Adyen/adyen-dotnet-api-library https://github.com/Adyen/adyen-dotnet-api-library git - 32.2.1 + 32.2.2 MIT Adyen Adyen @@ -29,7 +29,7 @@ adyen-dotnet-api-library-key.snk adyen-logo.png README.md - 32.2.1 + 32.2.2 true bin\$(Configuration)\$(TargetFramework)\$(AssemblyName).xml diff --git a/Adyen/Constants/ClientConfig.cs b/Adyen/Constants/ClientConfig.cs index adc8f2341..0b226707b 100644 --- a/Adyen/Constants/ClientConfig.cs +++ b/Adyen/Constants/ClientConfig.cs @@ -15,6 +15,6 @@ public class ClientConfig public const string NexoProtocolVersion = "3.0"; public const string LibName = "adyen-dotnet-api-library"; - public const string LibVersion = "32.2.1"; + public const string LibVersion = "32.2.2"; } } diff --git a/VERSION b/VERSION index 99a33df7c..822c2fe2f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -32.2.1 \ No newline at end of file +32.2.2 \ No newline at end of file