Skip to content

Commit 642f38e

Browse files
committed
Bump version to 5.16.1
1 parent 7f45b22 commit 642f38e

9 files changed

Lines changed: 23 additions & 20 deletions

File tree

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.16.1] - 2026-04-30
8+
79
### Fixed
810

911
- Expose `reset()` on the Objective-C `LineSDKLoginManager` wrapper so ObjC consumers can reset the SDK. [#254](https://github.com/line/line-sdk-ios-swift/pull/254)
@@ -364,3 +366,4 @@ LINE SDK version 5 is not compatible with version 4.x. To upgrade to version 5,
364366
[5.14.0]: https://github.com/line/line-sdk-ios-swift/compare/5.13.0...5.14.0
365367
[5.15.0]: https://github.com/line/line-sdk-ios-swift/compare/5.14.0...5.15.0
366368
[5.16.0]: https://github.com/line/line-sdk-ios-swift/compare/5.15.0...5.16.0
369+
[5.16.1]: https://github.com/line/line-sdk-ios-swift/compare/5.16.0...5.16.1

LineSDK/LineSDK.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2854,7 +2854,7 @@
28542854
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
28552855
CODE_SIGN_IDENTITY = "iPhone Developer";
28562856
COPY_PHASE_STRIP = NO;
2857-
CURRENT_PROJECT_VERSION = 1369;
2857+
CURRENT_PROJECT_VERSION = 1377;
28582858
DEBUG_INFORMATION_FORMAT = dwarf;
28592859
ENABLE_STRICT_OBJC_MSGSEND = YES;
28602860
ENABLE_TESTABILITY = YES;
@@ -2924,7 +2924,7 @@
29242924
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
29252925
CODE_SIGN_IDENTITY = "iPhone Developer";
29262926
COPY_PHASE_STRIP = NO;
2927-
CURRENT_PROJECT_VERSION = 1369;
2927+
CURRENT_PROJECT_VERSION = 1377;
29282928
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
29292929
ENABLE_NS_ASSERTIONS = NO;
29302930
ENABLE_STRICT_OBJC_MSGSEND = YES;
@@ -2960,7 +2960,7 @@
29602960
CODE_SIGN_STYLE = Automatic;
29612961
DEFINES_MODULE = YES;
29622962
DYLIB_COMPATIBILITY_VERSION = 1;
2963-
DYLIB_CURRENT_VERSION = 1369;
2963+
DYLIB_CURRENT_VERSION = 1377;
29642964
DYLIB_INSTALL_NAME_BASE = "@rpath";
29652965
ENABLE_MODULE_VERIFIER = YES;
29662966
INFOPLIST_FILE = LineSDK/Info.plist;
@@ -2989,7 +2989,7 @@
29892989
CODE_SIGN_STYLE = Automatic;
29902990
DEFINES_MODULE = YES;
29912991
DYLIB_COMPATIBILITY_VERSION = 1;
2992-
DYLIB_CURRENT_VERSION = 1369;
2992+
DYLIB_CURRENT_VERSION = 1377;
29932993
DYLIB_INSTALL_NAME_BASE = "@rpath";
29942994
ENABLE_MODULE_VERIFIER = YES;
29952995
INFOPLIST_FILE = LineSDK/Info.plist;
@@ -3051,7 +3051,7 @@
30513051
CODE_SIGN_STYLE = Automatic;
30523052
DEFINES_MODULE = YES;
30533053
DYLIB_COMPATIBILITY_VERSION = 1;
3054-
DYLIB_CURRENT_VERSION = 1369;
3054+
DYLIB_CURRENT_VERSION = 1377;
30553055
DYLIB_INSTALL_NAME_BASE = "@rpath";
30563056
ENABLE_MODULE_VERIFIER = YES;
30573057
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3079,7 +3079,7 @@
30793079
CODE_SIGN_STYLE = Automatic;
30803080
DEFINES_MODULE = YES;
30813081
DYLIB_COMPATIBILITY_VERSION = 1;
3082-
DYLIB_CURRENT_VERSION = 1369;
3082+
DYLIB_CURRENT_VERSION = 1377;
30833083
DYLIB_INSTALL_NAME_BASE = "@rpath";
30843084
ENABLE_MODULE_VERIFIER = YES;
30853085
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3138,7 +3138,7 @@
31383138
CODE_SIGN_STYLE = Automatic;
31393139
DEFINES_MODULE = YES;
31403140
DYLIB_COMPATIBILITY_VERSION = 1;
3141-
DYLIB_CURRENT_VERSION = 1369;
3141+
DYLIB_CURRENT_VERSION = 1377;
31423142
DYLIB_INSTALL_NAME_BASE = "@rpath";
31433143
ENABLE_MODULE_VERIFIER = YES;
31443144
INFOPLIST_FILE = LineSDKObjC/Info.plist;
@@ -3167,7 +3167,7 @@
31673167
CODE_SIGN_STYLE = Automatic;
31683168
DEFINES_MODULE = YES;
31693169
DYLIB_COMPATIBILITY_VERSION = 1;
3170-
DYLIB_CURRENT_VERSION = 1369;
3170+
DYLIB_CURRENT_VERSION = 1377;
31713171
DYLIB_INSTALL_NAME_BASE = "@rpath";
31723172
ENABLE_MODULE_VERIFIER = YES;
31733173
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.16.0</string>
18+
<string>5.16.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>1369</string>
20+
<string>1377</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.16.0"
30+
public static let SDKVersion = "5.16.1"
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.16.0</string>
18+
<string>5.16.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>1369</string>
20+
<string>1377</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.16.0</string>
18+
<string>5.16.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>1369</string>
20+
<string>1377</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.16.0</string>
18+
<string>5.16.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>1369</string>
20+
<string>1377</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.16.0</string>
18+
<string>5.16.1</string>
1919
<key>CFBundleVersion</key>
20-
<string>1369</string>
20+
<string>1377</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.16.0"
4+
s.version = "5.16.1"
55
s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs."
66

77
s.description = <<-DESC

0 commit comments

Comments
 (0)