diff --git a/README.md b/README.md
index 453e452..7bd54f6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ Note that starting version 3.10.0, it requires minimum version of iOS 11. If you
Add this to your Podfile.
```ruby
-pod 'Xendit', '~> 3.10.2'
+pod 'Xendit', '~> 3.10.3'
```
**Important:** Import SDK in Objective-C project with CocoaPods integration, you can do as following
diff --git a/Sources/Xendit/Info.plist b/Sources/Xendit/Info.plist
index ff9995d..92463dd 100755
--- a/Sources/Xendit/Info.plist
+++ b/Sources/Xendit/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 3.10.2
+ 3.10.3
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSPrincipalClass
diff --git a/Sources/Xendit/XDTApiClient.swift b/Sources/Xendit/XDTApiClient.swift
index 4139da3..d455616 100644
--- a/Sources/Xendit/XDTApiClient.swift
+++ b/Sources/Xendit/XDTApiClient.swift
@@ -38,7 +38,7 @@ class XDTApiClient {
internal static let CLIENT_TYPE = "SDK";
internal static let CLIENT_API_VERSION = "2.0.0";
internal static let CLIENT_IDENTIFIER = "Xendit iOS SDK";
- internal static let CLIENT_SDK_VERSION = "3.10.2";
+ internal static let CLIENT_SDK_VERSION = "3.10.3";
private static let WEBAPI_FLEX_BASE_URL = "https://sandbox.webapi.visa.com"
diff --git a/Xendit.podspec b/Xendit.podspec
index ea2c34a..4e6c72a 100755
--- a/Xendit.podspec
+++ b/Xendit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Xendit'
- s.version = '3.10.2'
+ s.version = '3.10.3'
s.license = 'MIT'
s.homepage = 'https://www.xendit.co'
s.author = { 'Juan Gonzalez’' => 'juan@xendit.co' }