Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 14bf497

Browse files
committed
version
1 parent 5cb473a commit 14bf497

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- Flutter (1.0.0)
3-
- flutter_tiktok_sdk (0.2.3):
3+
- flutter_tiktok_sdk (0.2.4):
44
- Flutter
55
- TikTokOpenSDK (~> 5.0.14)
66
- TikTokOpenSDK (5.0.14)
@@ -21,7 +21,7 @@ EXTERNAL SOURCES:
2121

2222
SPEC CHECKSUMS:
2323
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
24-
flutter_tiktok_sdk: be492d41b984784b5cf3b6256ef1739d630e97d2
24+
flutter_tiktok_sdk: 5c0421fbc84ff0a2882c54855fd8a3aec180832f
2525
TikTokOpenSDK: 28f5244497b87cbaebb36d7ad468374ad2c2e8e2
2626

2727
PODFILE CHECKSUM: ea66bdfa6e44fa9a7fb6e6def72d8b5a6f56fd90

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ packages:
6666
path: ".."
6767
relative: true
6868
source: path
69-
version: "0.2.3"
69+
version: "0.2.4"
7070
lints:
7171
dependency: transitive
7272
description:

ios/flutter_tiktok_sdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
Pod::Spec.new do |s|
66
s.name = 'flutter_tiktok_sdk'
7-
s.version = '0.2.3'
7+
s.version = '0.2.4'
88
s.summary = 'A new flutter plugin project.'
99
s.description = <<-DESC
1010
A new flutter plugin project.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_tiktok_sdk
22
description: A Flutter plugin that lets developers access TikTok's native SDKs in Flutter apps with Dart
3-
version: 0.2.3
3+
version: 0.2.4
44
homepage: https://twitter.com/K9i_apps
55
repository: https://github.com/K9i-0/flutter_tiktok_sdk
66

0 commit comments

Comments
 (0)