Skip to content

Commit

Permalink
Merge pull request #1408 from Tencent/dev
Browse files Browse the repository at this point in the history
Fix a compile error on setting wrong public headers
  • Loading branch information
lingol authored Oct 21, 2024
2 parents 2b397b2 + 7c0542f commit 461f949
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flutter/mmkv/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
sdk: flutter
ffi: ^2.0.0
mmkv_ios:
^1.0.6
^1.0.7
# path: ../mmkv_ios
mmkv_android:
^1.0.6
Expand Down
3 changes: 3 additions & 0 deletions flutter/mmkv_ios/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# MMKV Platform iOS Change Log
## v1.0.7 / 2024-10-21
Fix a compile error on setting wrong public headers.

## v1.0.6 / 2024-10-21
Keep up with native lib v2.0.0.

Expand Down
2 changes: 1 addition & 1 deletion flutter/mmkv_ios/ios/mmkv_ios.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Pod::Spec.new do |s|
s.name = 'mmkv_ios'
s.version = '1.0.6'
s.version = '1.0.7'
s.summary = 'MMKV is a cross-platform key-value storage framework developed by WeChat.'
s.description = <<-DESC
The MMKV, for Flutter.
Expand Down

0 comments on commit 461f949

Please sign in to comment.