diff --git a/Sources/Core/PAYJPSDK.swift b/Sources/Core/PAYJPSDK.swift
index 9b0223d4..c7cfc604 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.0.0"
+ public static let sdkVersion: String = "2.1.0"
static var authToken: String = ""
}
diff --git a/Sources/Info.plist b/Sources/Info.plist
index 7e7479f0..dca568ec 100644
--- a/Sources/Info.plist
+++ b/Sources/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 2.0.0
+ 2.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/Tests/Info.plist b/Tests/Info.plist
index f931463e..6d02d073 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 2.0.0
+ 2.1.0
CFBundleSignature
????
CFBundleVersion
diff --git a/podspec.rb b/podspec.rb
index 76a7d486..a76beba1 100644
--- a/podspec.rb
+++ b/podspec.rb
@@ -1,5 +1,5 @@
module PAYJPSDK
- VERSION = '2.0.0'
+ VERSION = '2.1.0'
HOMEPAGE_URL = 'https://github.com/payjp/payjp-ios'
LICENSE = { :type => 'MIT' }
AUTHOR = { 'PAY.JP (https://pay.jp)' => 'support@pay.jp' }