diff --git a/Sources/Core/PAYJPSDK.swift b/Sources/Core/PAYJPSDK.swift
index 33dc3b6..ce88844 100644
--- a/Sources/Core/PAYJPSDK.swift
+++ b/Sources/Core/PAYJPSDK.swift
@@ -50,7 +50,7 @@ public final class PAYJPSDK: NSObject, PAYJPSDKType {
public static var clientInfo: ClientInfo = .default
// Update by Fastlane :bump_up_version
- public static let sdkVersion: String = "2.1.3"
+ public static let sdkVersion: String = "2.1.4"
static var authToken: String = ""
}
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 28d15c1..8c5c7e3 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.1.3
+ 2.1.4
CFBundleSignature
????
CFBundleVersion
diff --git a/Tests/Info.plist b/Tests/Info.plist
index c5d6bc5..81d5e77 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.1.3
+ 2.1.4
CFBundleSignature
????
CFBundleVersion
diff --git a/docs/Classes.html b/docs/Classes.html
index 87fa748..d5a5c97 100644
--- a/docs/Classes.html
+++ b/docs/Classes.html
@@ -17,7 +17,7 @@