Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
onevcat committed Sep 5, 2023
1 parent 39f8cff commit 69601f8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ packages:
path: ".."
relative: true
source: path
version: "2.3.3"
version: "2.3.4"
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: 2.3.3+216
version: 2.3.4+224

environment:
sdk: '>=2.12.0 <4.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 = '2.3.3'
s.version = '2.3.4'
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: 2.3.3
version: 2.3.4
homepage: https://developers.line.biz/
repository: https://github.com/line/flutter_line_sdk/

Expand Down

0 comments on commit 69601f8

Please sign in to comment.