Skip to content

Commit 673172c

Browse files
committed
Bump version
1 parent b628cc0 commit 673172c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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 (2.3.0):
3+
- flutter_line_sdk (2.3.1):
44
- Flutter
55
- LineSDKSwift (~> 5.3)
66
- LineSDKSwift (5.9.0):
@@ -23,7 +23,7 @@ EXTERNAL SOURCES:
2323

2424
SPEC CHECKSUMS:
2525
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
26-
flutter_line_sdk: 69e235163c2b481790e68b2806c9f8c49a5f5eb2
26+
flutter_line_sdk: a86e7072a47b7fe0e251c11354c5b7dd04d9947b
2727
LineSDKSwift: 97d6306ca17ae41520f29eb5dff4077dd81f08b2
2828

2929
PODFILE CHECKSUM: 286cd794da909470ef132faa2b6b4260996f1599

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ packages:
6161
path: ".."
6262
relative: true
6363
source: path
64-
version: "2.3.0"
64+
version: "2.3.1"
6565
flutter_test:
6666
dependency: "direct dev"
6767
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: 2.3.0+195
4+
version: 2.3.1+197
55

66
environment:
77
sdk: '>=2.12.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 = '2.3.0'
3+
s.version = '2.3.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: 2.3.0
3+
version: 2.3.1
44
homepage: https://developers.line.biz/
55
repository: https://github.com/line/flutter_line_sdk/
66

0 commit comments

Comments
 (0)