From ecdec656b24e3c99024451aa8f266e416ea459cb Mon Sep 17 00:00:00 2001 From: Alex Li Date: Mon, 18 Nov 2024 02:35:13 +0000 Subject: [PATCH] 6.0.2 --- CHANGELOG.md | 4 ++++ example/pubspec.yaml | 2 -- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2364c01..aab5b1d 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 6.0.2 + +* 配置 Android 命名空间 + ## 6.0.1 * iOS: 优化 ruby 脚本 diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 0ec939f..a33e150 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -4,8 +4,6 @@ description: Demonstrates how to use the wechat_kit plugin. # pub.dev using `flutter pub publish`. This is preferred for private packages. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 1.0.0+1 - environment: sdk: '>=3.0.2 <4.0.0' diff --git a/pubspec.yaml b/pubspec.yaml index 8449478..38de8a0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: wechat_kit description: A powerful Flutter plugin allowing developers to auth/share/pay with natvie Android & iOS Wechat SDKs. -version: 6.0.1 +version: 6.0.2 homepage: https://github.com/RxReader/wechat_kit repository: https://github.com/RxReader/wechat_kit.git issue_tracker: https://github.com/RxReader/wechat_kit/issues