Skip to content

Commit 7944c06

Browse files
committed
Bump version to 1.2.7
1 parent a5b03a2 commit 7944c06

File tree

6 files changed

+12
-5
lines changed

6 files changed

+12
-5
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.2.7
2+
3+
### Fixes
4+
5+
* An issue on Android that handler be called twice in some cases. [#18](https://github.com/line/flutter_line_sdk/issues/18)
6+
* The `AccessToken.expiresIn` now returns value of seconds on Android too. Behaviors on both iOS and Android align to the documentation. [#20](https://github.com/line/flutter_line_sdk/pull/20)
7+
18
## 1.2.6
29

310
### Fixed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_line_sdk (1.2.6):
3+
- flutter_line_sdk (1.2.7):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
66
- LineSDKSwift (5.4.0):

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ packages:
7575
path: ".."
7676
relative: true
7777
source: path
78-
version: "1.2.6"
78+
version: "1.2.7"
7979
flutter_test:
8080
dependency: "direct dev"
8181
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: 1.2.6+102
4+
version: 1.2.7+107
55

66
environment:
77
sdk: ">=2.2.0 <3.0.0"

ios/flutter_line_sdk.podspec

Lines changed: 1 addition & 1 deletion
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 = '1.2.6'
3+
s.version = '1.2.7'
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.

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: 1.2.6
3+
version: 1.2.7
44
homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

0 commit comments

Comments
 (0)