Skip to content

Commit 51ef2eb

Browse files
committed
Bump version to 5.14.0
1 parent af675e5 commit 51ef2eb

File tree

10 files changed

+24
-21
lines changed

10 files changed

+24
-21
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [5.14.0] - 2025-10-30
8+
79
### Added
810

911
- A `reset` method for `LoginManager` to cancel ongoing login processes and clean up internal state. It allows you using multiple channels in a single app. [#243](https://github.com/line/line-sdk-ios-swift/pull/243)
@@ -334,3 +336,4 @@ LINE SDK version 5 is not compatible with version 4.x. To upgrade to version 5,
334336
[5.11.2]: https://github.com/line/line-sdk-ios-swift/compare/5.11.1...5.11.2
335337
[5.12.0]: https://github.com/line/line-sdk-ios-swift/compare/5.11.2...5.12.0
336338
[5.13.0]: https://github.com/line/line-sdk-ios-swift/compare/5.12.0...5.13.0
339+
[5.14.0]: https://github.com/line/line-sdk-ios-swift/compare/5.13.0...5.14.0

LineSDK/LineSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2901,7 +2901,7 @@
29012901
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29022902
CODE_SIGN_IDENTITY = "iPhone Developer";
29032903
COPY_PHASE_STRIP = NO;
2904-
CURRENT_PROJECT_VERSION = 1275;
2904+
CURRENT_PROJECT_VERSION = 1349;
29052905
DEBUG_INFORMATION_FORMAT = dwarf;
29062906
ENABLE_STRICT_OBJC_MSGSEND = YES;
29072907
ENABLE_TESTABILITY = YES;
@@ -2969,7 +2969,7 @@
29692969
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29702970
CODE_SIGN_IDENTITY = "iPhone Developer";
29712971
COPY_PHASE_STRIP = NO;
2972-
CURRENT_PROJECT_VERSION = 1275;
2972+
CURRENT_PROJECT_VERSION = 1349;
29732973
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29742974
ENABLE_NS_ASSERTIONS = NO;
29752975
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -3004,7 +3004,7 @@
30043004
CODE_SIGN_STYLE = Automatic;
30053005
DEFINES_MODULE = YES;
30063006
DYLIB_COMPATIBILITY_VERSION = 1;
3007-
DYLIB_CURRENT_VERSION = 1275;
3007+
DYLIB_CURRENT_VERSION = 1349;
30083008
DYLIB_INSTALL_NAME_BASE = "@rpath";
30093009
ENABLE_MODULE_VERIFIER = YES;
30103010
INFOPLIST_FILE = LineSDK/Info.plist;
@@ -3033,7 +3033,7 @@
30333033
CODE_SIGN_STYLE = Automatic;
30343034
DEFINES_MODULE = YES;
30353035
DYLIB_COMPATIBILITY_VERSION = 1;
3036-
DYLIB_CURRENT_VERSION = 1275;
3036+
DYLIB_CURRENT_VERSION = 1349;
30373037
DYLIB_INSTALL_NAME_BASE = "@rpath";
30383038
ENABLE_MODULE_VERIFIER = YES;
30393039
INFOPLIST_FILE = LineSDK/Info.plist;
@@ -3095,7 +3095,7 @@
30953095
CODE_SIGN_STYLE = Automatic;
30963096
DEFINES_MODULE = YES;
30973097
DYLIB_COMPATIBILITY_VERSION = 1;
3098-
DYLIB_CURRENT_VERSION = 1275;
3098+
DYLIB_CURRENT_VERSION = 1349;
30993099
DYLIB_INSTALL_NAME_BASE = "@rpath";
31003100
ENABLE_MODULE_VERIFIER = YES;
31013101
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3123,7 +3123,7 @@
31233123
CODE_SIGN_STYLE = Automatic;
31243124
DEFINES_MODULE = YES;
31253125
DYLIB_COMPATIBILITY_VERSION = 1;
3126-
DYLIB_CURRENT_VERSION = 1275;
3126+
DYLIB_CURRENT_VERSION = 1349;
31273127
DYLIB_INSTALL_NAME_BASE = "@rpath";
31283128
ENABLE_MODULE_VERIFIER = YES;
31293129
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3182,7 +3182,7 @@
31823182
CODE_SIGN_STYLE = Automatic;
31833183
DEFINES_MODULE = YES;
31843184
DYLIB_COMPATIBILITY_VERSION = 1;
3185-
DYLIB_CURRENT_VERSION = 1275;
3185+
DYLIB_CURRENT_VERSION = 1349;
31863186
DYLIB_INSTALL_NAME_BASE = "@rpath";
31873187
ENABLE_MODULE_VERIFIER = YES;
31883188
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3211,7 +3211,7 @@
32113211
CODE_SIGN_STYLE = Automatic;
32123212
DEFINES_MODULE = YES;
32133213
DYLIB_COMPATIBILITY_VERSION = 1;
3214-
DYLIB_CURRENT_VERSION = 1275;
3214+
DYLIB_CURRENT_VERSION = 1349;
32153215
DYLIB_INSTALL_NAME_BASE = "@rpath";
32163216
ENABLE_MODULE_VERIFIER = YES;
32173217
INFOPLIST_FILE = LineSDKObjC/Info.plist;

LineSDK/LineSDK/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.13.0</string>
18+
<string>5.14.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1275</string>
20+
<string>1349</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

LineSDK/LineSDK/Utils/Constant.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public struct Constant {
2727
// This version number is bumped by `bump_constant_version` lane when releasing a new version.
2828
// If you change the name or location of this variable, also update the lane in the Fastfile.
2929
/// The version of the current LINE SDK.
30-
public static let SDKVersion = "5.13.0"
30+
public static let SDKVersion = "5.14.0"
3131

3232
static var SDKVersionString: String {
3333
return "LINE SDK iOS v\(SDKVersion)"

LineSDK/LineSDKObjC/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.13.0</string>
18+
<string>5.14.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1275</string>
20+
<string>1349</string>
2121
<key>NSPrincipalClass</key>
2222
<string></string>
2323
</dict>

LineSDK/LineSDKObjCInterfaceTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.13.0</string>
18+
<string>5.14.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1275</string>
20+
<string>1349</string>
2121
</dict>
2222
</plist>

LineSDK/LineSDKTests/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.13.0</string>
18+
<string>5.14.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1275</string>
20+
<string>1349</string>
2121
</dict>
2222
</plist>

LineSDK/TestHost/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
<key>CFBundlePackageType</key>
1616
<string>APPL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>5.13.0</string>
18+
<string>5.14.0</string>
1919
<key>CFBundleVersion</key>
20-
<string>1275</string>
20+
<string>1349</string>
2121
<key>LSRequiresIPhoneOS</key>
2222
<true/>
2323
<key>UIRequiredDeviceCapabilities</key>

LineSDKSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
Pod::Spec.new do |s|
33
s.name = "LineSDKSwift"
4-
s.version = "5.13.0"
4+
s.version = "5.14.0"
55
s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs."
66

77
s.description = <<-DESC

REFERENCETOP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
# LINE SDK v5.13 for iOS Swift
1+
# LINE SDK v5.14 for iOS Swift
22

33
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.

0 commit comments

Comments
 (0)