Skip to content

Commit ec0608b

Browse files
committed
Bump version
1 parent 3beebb8 commit ec0608b

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.6.0
2+
3+
### Added
4+
5+
* Upgrade the iOS native LINE SDK to version 5.13.0. This version includes the Swift Concurrency support and compatible with the latest SDKs. [#129](https://github.com/line/flutter_line_sdk/pull/129)
6+
17
## 2.5.2
28

39
### Fixed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ packages:
6868
path: ".."
6969
relative: true
7070
source: path
71-
version: "2.5.2"
71+
version: "2.6.0"
7272
flutter_test:
7373
dependency: "direct dev"
7474
description: flutter

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_line_sdk_example
22
description: Demonstrates how to use the flutter_line_sdk plugin.
33
publish_to: 'none'
4-
version: 2.5.2+284
4+
version: 2.6.0+291
55

66
environment:
77
sdk: '>=2.12.0 <4.0.0'

ios/flutter_line_sdk.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'flutter_line_sdk'
3-
s.version = '2.5.2'
3+
s.version = '2.6.0'
44
s.summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
55
s.description = <<-DESC
66
A Flutter plugin using the LINE SDKs with Dart in Flutter apps. It provides the channel to use the native LINE SDK for
@@ -14,8 +14,8 @@ Swift.
1414
s.dependency 'Flutter'
1515
s.dependency 'LineSDKSwift', '~> 5.13'
1616

17-
s.swift_version = "4.2"
18-
s.swift_versions = ['4.2', '5.0']
17+
s.swift_version = "5.0"
18+
s.swift_versions = ["6.0", "5.0", "4.2"]
1919

2020
s.ios.deployment_target = '13.0'
2121
end

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_line_sdk
22
description: A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3-
version: 2.5.2
3+
version: 2.6.0
44
homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

0 commit comments

Comments
 (0)