Skip to content

Commit 6b8231c

Browse files
committed
Update integration and version
1 parent 6681f75 commit 6b8231c

6 files changed

+13
-6
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.0.1
2+
3+
### Fix
4+
5+
* Internal code formatting and better structure.
6+
* Improve API reference.
7+
18
## 1.0.0
29

310
* Initial release of flutter plugin for LINE SDK.

example/ios/Podfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_line_sdk (1.0.0):
3+
- flutter_line_sdk (1.0.1):
44
- Flutter
55
- LineSDKSwift (~> 5.0)
66
- LineSDKSwift (5.1.2):
@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
2323

2424
SPEC CHECKSUMS:
2525
Flutter: 58dd7d1b27887414a370fcccb9e645c08ffd7a6a
26-
flutter_line_sdk: cdc5e1ba6655c596b83d7a1ae40264f87d3ec57d
26+
flutter_line_sdk: 7aea892c227d9b5412d1e831c8f4a6dd49c0a06b
2727
LineSDKSwift: 77d6fa97bc1e258cfd193d362f370ed0c5a816a7
2828

2929
PODFILE CHECKSUM: 7e444580a898f0cfcff311c051319890df44eceb

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ packages:
4747
path: ".."
4848
relative: true
4949
source: path
50-
version: "1.0.0"
50+
version: "1.0.1"
5151
flutter_test:
5252
dependency: "direct dev"
5353
description: flutter

example/pubspec.yaml

+1-1
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.0.0+1
4+
version: 1.0.1+2
55

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

ios/flutter_line_sdk.podspec

+1-1
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.0.0'
3+
s.version = '1.0.1'
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

+1-1
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.0.0
3+
version: 1.0.1
44
author: LINE Corporation <[email protected]>
55
homepage: https://developers.line.biz/
66
repository: https://github.com/line/flutter_line_sdk/

0 commit comments

Comments
 (0)