File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
PODS:
2
2
- Flutter (1.0.0)
3
- - flutter_line_sdk (2.3.0 ):
3
+ - flutter_line_sdk (2.3.1 ):
4
4
- Flutter
5
5
- LineSDKSwift (~> 5.3)
6
6
- LineSDKSwift (5.9.0):
@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
23
23
24
24
SPEC CHECKSUMS:
25
25
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26
- flutter_line_sdk: 69e235163c2b481790e68b2806c9f8c49a5f5eb2
26
+ flutter_line_sdk: a86e7072a47b7fe0e251c11354c5b7dd04d9947b
27
27
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
28
28
29
29
PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ packages:
61
61
path: ".."
62
62
relative: true
63
63
source: path
64
- version: "2.3.0 "
64
+ version: "2.3.1 "
65
65
flutter_test:
66
66
dependency: "direct dev"
67
67
description: flutter
Original file line number Diff line number Diff line change 1
1
name : flutter_line_sdk_example
2
2
description : Demonstrates how to use the flutter_line_sdk plugin.
3
3
publish_to : ' none'
4
- version : 2.3.0+195
4
+ version : 2.3.1+197
5
5
6
6
environment :
7
7
sdk : ' >=2.12.0 <3.0.0'
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'flutter_line_sdk'
3
- s . version = '2.3.0 '
3
+ s . version = '2.3.1 '
4
4
s . summary = 'A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.'
5
5
s . description = <<-DESC
6
6
A Flutter plugin using the LINE SDKs with Dart in Flutter apps.
Original file line number Diff line number Diff line change 1
1
name : flutter_line_sdk
2
2
description : A Flutter plugin for using the LINE SDKs with Dart in Flutter apps.
3
- version : 2.3.0
3
+ version : 2.3.1
4
4
homepage : https://developers.line.biz/
5
5
repository : https://github.com/line/flutter_line_sdk/
6
6
You can’t perform that action at this time.
0 commit comments