Skip to content

Commit

Permalink
Bump version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Mar 6, 2020
1 parent a5b03a2 commit 7944c06
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.2.7

### Fixes

* An issue on Android that handler be called twice in some cases. [#18](https://github.com/line/flutter_line_sdk/issues/18)
* 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)

## 1.2.6

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- Flutter (1.0.0)
- flutter_line_sdk (1.2.6):
- flutter_line_sdk (1.2.7):
- Flutter
- LineSDKSwift (~> 5.3)
- LineSDKSwift (5.4.0):
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.2.6"
version: "1.2.7"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_line_sdk_example
description: Demonstrates how to use the flutter_line_sdk plugin.
publish_to: 'none'
version: 1.2.6+102
version: 1.2.7+107

environment:
sdk: ">=2.2.0 <3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion ios/flutter_line_sdk.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'flutter_line_sdk'
s.version = '1.2.6'
s.version = '1.2.7'
s.summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
s.description = <<-DESC
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_line_sdk
description: A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
version: 1.2.6
version: 1.2.7
homepage: https://developers.line.biz/
repository: https://github.com/line/flutter_line_sdk/

Expand Down

0 comments on commit 7944c06

Please sign in to comment.