Skip to content

Commit

Permalink
Bump version to 5.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Oct 25, 2019
1 parent 94bc3e7 commit 0a08644
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 19 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [5.3.1] - 2019-10-25

### Fixed

- Web page preference language for Japanese now works properly with correct language code. [#113](https://github.com/line/line-sdk-ios-swift/pull/113)
Expand Down Expand Up @@ -129,3 +131,4 @@ LINE SDK version 5 is not compatible with version 4.x. To upgrade to version 5,
[5.2.3]: https://github.com/line/line-sdk-ios-swift/compare/5.2.2...5.2.3
[5.2.4]: https://github.com/line/line-sdk-ios-swift/compare/5.2.3...5.2.4
[5.3.0]: https://github.com/line/line-sdk-ios-swift/compare/5.2.4...5.3.0
[5.3.1]: https://github.com/line/line-sdk-ios-swift/compare/5.3.0...5.3.1
12 changes: 6 additions & 6 deletions LineSDK/LineSDK.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 563;
CURRENT_PROJECT_VERSION = 579;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
Expand Down Expand Up @@ -1896,7 +1896,7 @@
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 563;
CURRENT_PROJECT_VERSION = 579;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
Expand Down Expand Up @@ -1928,7 +1928,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 563;
DYLIB_CURRENT_VERSION = 579;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDK/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -1953,7 +1953,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 563;
DYLIB_CURRENT_VERSION = 579;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDK/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down Expand Up @@ -2013,7 +2013,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 563;
DYLIB_CURRENT_VERSION = 579;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDKObjC/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand All @@ -2038,7 +2038,7 @@
CODE_SIGN_STYLE = Automatic;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 563;
DYLIB_CURRENT_VERSION = 579;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = LineSDKObjC/Info.plist;
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
Expand Down
4 changes: 2 additions & 2 deletions LineSDK/LineSDK/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleVersion</key>
<string>563</string>
<string>579</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions LineSDK/LineSDK/Resource.bundle/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<plist version="1.0">
<dict>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleVersion</key>
<string>563</string>
<string>579</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions LineSDK/LineSDKObjC/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleVersion</key>
<string>563</string>
<string>579</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
4 changes: 2 additions & 2 deletions LineSDK/LineSDKObjCInterfaceTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleVersion</key>
<string>563</string>
<string>579</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions LineSDK/LineSDKTests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleVersion</key>
<string>563</string>
<string>579</string>
</dict>
</plist>
4 changes: 2 additions & 2 deletions LineSDK/TestHost/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>5.3.0</string>
<string>5.3.1</string>
<key>CFBundleVersion</key>
<string>563</string>
<string>579</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>UIRequiredDeviceCapabilities</key>
Expand Down
2 changes: 1 addition & 1 deletion LineSDKSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "LineSDKSwift"
s.version = "5.3.0"
s.version = "5.3.1"
s.summary = "The LINE SDK for iOS Swift provides a modern way of implementing LINE APIs."

s.description = <<-DESC
Expand Down

0 comments on commit 0a08644

Please sign in to comment.