diff --git a/.gitignore b/.gitignore
index 88dbff176..a4d6d9c60 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-.vs/
+.vs/
\ No newline at end of file
diff --git a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
index e6715c2e4..fd5cba601 100644
--- a/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
+++ b/Adyen.EcommLibrary.Test/Adyen.EcommLibrary.Test.csproj
@@ -5,11 +5,11 @@
false
- 1.0.2
+ 1.0.3
- 1.0.2
+ 1.0.3
- 1.0.2
+ 1.0.3
diff --git a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
index 866531362..885f7862d 100644
--- a/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
+++ b/Adyen.EcommLibrary/Adyen.EcommLibrary.csproj
@@ -4,9 +4,9 @@
netstandard2.0;net45
false
Adyen
- 1.0.2
- 1.0.2
- 1.0.2
+ 1.0.3
+ 1.0.3
+ 1.0.3
true
The Adyen API Library for .net core enables you to work with Adyen APIs and Hosted Payment Pages with any .net application.
https://github.com/Adyen/adyen-dotnet-api-library
diff --git a/Adyen.EcommLibrary/Constants/ClientConfig.cs b/Adyen.EcommLibrary/Constants/ClientConfig.cs
index 75bc61e0c..a3afa8f89 100644
--- a/Adyen.EcommLibrary/Constants/ClientConfig.cs
+++ b/Adyen.EcommLibrary/Constants/ClientConfig.cs
@@ -9,6 +9,6 @@ internal class ClientConfig
public static string RecurringApiVersion = "v25";
public static string ApiVersion = "v30";
public static string UserAgentSuffix = "adyen-dotnet-api-library/";
- public static string LibVersion = "1.0.2";
+ public static string LibVersion = "1.0.3";
}
}
diff --git a/README.md b/README.md
index cadfefeee..1a3c15bea 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ The Adyen API Library for .net framework enables you to work with Adyen APIs and
* Simply download and restore nuget packages
https://www.nuget.org/packages/Adyen.EcommLibrary/
* or install it from package manager
- PM> Install-Package Adyen.EcommLibrary -Version 1.0.2
+ PM> Install-Package Adyen.EcommLibrary -Version 1.0.3
## Support