diff --git a/LineSDK/LineSDK.xcodeproj/project.pbxproj b/LineSDK/LineSDK.xcodeproj/project.pbxproj
index 8b437a7c..940c442c 100644
--- a/LineSDK/LineSDK.xcodeproj/project.pbxproj
+++ b/LineSDK/LineSDK.xcodeproj/project.pbxproj
@@ -2868,7 +2868,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1168;
+ CURRENT_PROJECT_VERSION = 1174;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
@@ -2934,7 +2934,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
- CURRENT_PROJECT_VERSION = 1168;
+ CURRENT_PROJECT_VERSION = 1174;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2967,7 +2967,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1168;
+ DYLIB_CURRENT_VERSION = 1174;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDK/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -2994,7 +2994,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1168;
+ DYLIB_CURRENT_VERSION = 1174;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDK/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -3056,7 +3056,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1168;
+ DYLIB_CURRENT_VERSION = 1174;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDKObjC/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -3082,7 +3082,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1168;
+ DYLIB_CURRENT_VERSION = 1174;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDKObjC/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -3141,7 +3141,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1168;
+ DYLIB_CURRENT_VERSION = 1174;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDKObjC/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
@@ -3168,7 +3168,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
- DYLIB_CURRENT_VERSION = 1168;
+ DYLIB_CURRENT_VERSION = 1174;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDKObjC/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
diff --git a/LineSDK/LineSDK/Info.plist b/LineSDK/LineSDK/Info.plist
index 60ec18a8..521de6fe 100644
--- a/LineSDK/LineSDK/Info.plist
+++ b/LineSDK/LineSDK/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.9.1
+ 5.10.0
CFBundleVersion
- 1168
+ 1174
NSPrincipalClass
diff --git a/LineSDK/LineSDK/Utils/Constant.swift b/LineSDK/LineSDK/Utils/Constant.swift
index bcd9b29d..abebeec3 100644
--- a/LineSDK/LineSDK/Utils/Constant.swift
+++ b/LineSDK/LineSDK/Utils/Constant.swift
@@ -27,7 +27,7 @@ public struct Constant {
// This version number is bumped by `bump_constant_version` lane when releasing a new version.
// If you change the name or location of this variable, also update the lane in the Fastfile.
/// The version of the current LINE SDK.
- public static let SDKVersion = "5.9.1"
+ public static let SDKVersion = "5.10.0"
static var SDKVersionString: String {
return "LINE SDK iOS v\(SDKVersion)"
diff --git a/LineSDK/LineSDKObjC/Info.plist b/LineSDK/LineSDKObjC/Info.plist
index 60ec18a8..521de6fe 100644
--- a/LineSDK/LineSDKObjC/Info.plist
+++ b/LineSDK/LineSDKObjC/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 5.9.1
+ 5.10.0
CFBundleVersion
- 1168
+ 1174
NSPrincipalClass
diff --git a/LineSDK/LineSDKObjCInterfaceTests/Info.plist b/LineSDK/LineSDKObjCInterfaceTests/Info.plist
index 80143d3b..d3328bc4 100644
--- a/LineSDK/LineSDKObjCInterfaceTests/Info.plist
+++ b/LineSDK/LineSDKObjCInterfaceTests/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 5.9.1
+ 5.10.0
CFBundleVersion
- 1168
+ 1174
diff --git a/LineSDK/LineSDKTests/Info.plist b/LineSDK/LineSDKTests/Info.plist
index d6a1ed40..2178ed34 100644
--- a/LineSDK/LineSDKTests/Info.plist
+++ b/LineSDK/LineSDKTests/Info.plist
@@ -15,8 +15,8 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 5.9.1
+ 5.10.0
CFBundleVersion
- 1168
+ 1174
diff --git a/LineSDK/TestHost/Info.plist b/LineSDK/TestHost/Info.plist
index 886c881d..9d9b4943 100644
--- a/LineSDK/TestHost/Info.plist
+++ b/LineSDK/TestHost/Info.plist
@@ -15,9 +15,9 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 5.9.1
+ 5.10.0
CFBundleVersion
- 1168
+ 1174
LSRequiresIPhoneOS
UIRequiredDeviceCapabilities
diff --git a/LineSDKSwift.podspec b/LineSDKSwift.podspec
index 3f904f17..58d0f544 100644
--- a/LineSDKSwift.podspec
+++ b/LineSDKSwift.podspec
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "LineSDKSwift"
- s.version = "5.9.1"
+ s.version = "5.10.0"
s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs."
s.description = <<-DESC
diff --git a/REFERENCETOP.md b/REFERENCETOP.md
index 3be36408..7707bf51 100644
--- a/REFERENCETOP.md
+++ b/REFERENCETOP.md
@@ -1,3 +1,3 @@
-# LINE SDK v5.9 for iOS Swift
+# LINE SDK v5.10 for iOS Swift
Developed in Swift, the LINE SDK for iOS Swift provides a modern way of implementing LINE APIs. The features included in this SDK will help you develop an iOS app with engaging and personalized user experience.