From f73d03423ddb17d03c63b4d010496c8602902bd9 Mon Sep 17 00:00:00 2001 From: SL Date: Tue, 29 Aug 2023 11:18:55 +0800 Subject: [PATCH] Optimize processing of incorrect data --- CHANGELOG.md | 4 +++- README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05f2372..ce5b5fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,4 +7,6 @@ ### 1.0.3 * update sync channel msgs ### 1.0.4 - * update manager method of obtaining \ No newline at end of file + * update manager method of obtaining +### 1.0.5 + * Optimize processing of incorrect data \ No newline at end of file diff --git a/README.md b/README.md index d1c94eb..457a013 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ #### 安装 ``` dependencies: - wukongimfluttersdk: ^1.0.4 + wukongimfluttersdk: ^1.0.5 ``` #### 引入 ```dart diff --git a/example/pubspec.lock b/example/pubspec.lock index c9df719..22facf5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -499,7 +499,7 @@ packages: path: ".." relative: true source: path - version: "1.0.4" + version: "1.0.5" x25519: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index f3a2b34..736f6df 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ description: wukong IM flutter sdk # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.4 +version: 1.0.5 homepage: https://github.com/WuKongIM/WuKongIMFlutterSDK environment: