From d9bc605d9f1c14465eb56aadc1f5c3d4cdc2b7e4 Mon Sep 17 00:00:00 2001 From: onevcat Date: Wed, 17 Nov 2021 12:40:31 +0900 Subject: [PATCH] Bump version to 5.8.1 --- CHANGELOG.md | 3 +++ LineSDK/LineSDK.xcodeproj/project.pbxproj | 16 ++++++++-------- LineSDK/LineSDK/Info.plist | 4 ++-- LineSDK/LineSDK/Utils/Constant.swift | 2 +- LineSDK/LineSDKObjC/Info.plist | 4 ++-- LineSDK/LineSDKObjCInterfaceTests/Info.plist | 4 ++-- LineSDK/LineSDKTests/Info.plist | 4 ++-- LineSDK/TestHost/Info.plist | 4 ++-- LineSDKSwift.podspec | 2 +- 9 files changed, 23 insertions(+), 20 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f3f2b0d..9aa5ff98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [5.8.1] - 2021-11-17Z + ### Fixed - Upgrade project settings for Xcode 13 and other tool dependencies. [#170](https://github.com/line/line-sdk-ios-swift/pull/170) @@ -232,3 +234,4 @@ LINE SDK version 5 is not compatible with version 4.x. To upgrade to version 5, [5.6.2]: https://github.com/line/line-sdk-ios-swift/compare/5.6.1...5.6.2 [5.7.0]: https://github.com/line/line-sdk-ios-swift/compare/5.6.2...5.7.0 [5.8.0]: https://github.com/line/line-sdk-ios-swift/compare/5.7.0...5.8.0 +[5.8.1]: https://github.com/line/line-sdk-ios-swift/compare/5.8.0...5.8.1 diff --git a/LineSDK/LineSDK.xcodeproj/project.pbxproj b/LineSDK/LineSDK.xcodeproj/project.pbxproj index 3c99c5fb..bb337d54 100644 --- a/LineSDK/LineSDK.xcodeproj/project.pbxproj +++ b/LineSDK/LineSDK.xcodeproj/project.pbxproj @@ -2871,7 +2871,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1121; + CURRENT_PROJECT_VERSION = 1129; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; @@ -2937,7 +2937,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "iPhone Developer"; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 1121; + CURRENT_PROJECT_VERSION = 1129; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; @@ -2970,7 +2970,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1121; + DYLIB_CURRENT_VERSION = 1129; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = LineSDK/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -2996,7 +2996,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1121; + DYLIB_CURRENT_VERSION = 1129; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = LineSDK/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -3057,7 +3057,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1121; + DYLIB_CURRENT_VERSION = 1129; 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 = 1121; + DYLIB_CURRENT_VERSION = 1129; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = LineSDKObjC/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -3140,7 +3140,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1121; + DYLIB_CURRENT_VERSION = 1129; DYLIB_INSTALL_NAME_BASE = "@rpath"; INFOPLIST_FILE = LineSDKObjC/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -3166,7 +3166,7 @@ CODE_SIGN_STYLE = Automatic; DEFINES_MODULE = YES; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 1121; + DYLIB_CURRENT_VERSION = 1129; 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 87991783..7f5d685d 100644 --- a/LineSDK/LineSDK/Info.plist +++ b/LineSDK/LineSDK/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.8.0 + 5.8.1 CFBundleVersion - 1121 + 1129 NSPrincipalClass diff --git a/LineSDK/LineSDK/Utils/Constant.swift b/LineSDK/LineSDK/Utils/Constant.swift index 20f41ac7..bfcb7f2d 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.8.0" + public static let SDKVersion = "5.8.1" static var SDKVersionString: String { return "LINE SDK iOS v\(SDKVersion)" diff --git a/LineSDK/LineSDKObjC/Info.plist b/LineSDK/LineSDKObjC/Info.plist index 87991783..7f5d685d 100644 --- a/LineSDK/LineSDKObjC/Info.plist +++ b/LineSDK/LineSDKObjC/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 5.8.0 + 5.8.1 CFBundleVersion - 1121 + 1129 NSPrincipalClass diff --git a/LineSDK/LineSDKObjCInterfaceTests/Info.plist b/LineSDK/LineSDKObjCInterfaceTests/Info.plist index e3d45270..e3a8eb70 100644 --- a/LineSDK/LineSDKObjCInterfaceTests/Info.plist +++ b/LineSDK/LineSDKObjCInterfaceTests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 5.8.0 + 5.8.1 CFBundleVersion - 1121 + 1129 diff --git a/LineSDK/LineSDKTests/Info.plist b/LineSDK/LineSDKTests/Info.plist index 6a23d336..17252930 100644 --- a/LineSDK/LineSDKTests/Info.plist +++ b/LineSDK/LineSDKTests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 5.8.0 + 5.8.1 CFBundleVersion - 1121 + 1129 diff --git a/LineSDK/TestHost/Info.plist b/LineSDK/TestHost/Info.plist index d8deee29..675e955a 100644 --- a/LineSDK/TestHost/Info.plist +++ b/LineSDK/TestHost/Info.plist @@ -15,9 +15,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 5.8.0 + 5.8.1 CFBundleVersion - 1121 + 1129 LSRequiresIPhoneOS UIRequiredDeviceCapabilities diff --git a/LineSDKSwift.podspec b/LineSDKSwift.podspec index fe8b24e8..6ddc6f61 100644 --- a/LineSDKSwift.podspec +++ b/LineSDKSwift.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "LineSDKSwift" - s.version = "5.8.0" + s.version = "5.8.1" s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs." s.description = <<-DESC