From be0772a6678c116c7121926ec800db4a1a006f95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?book=E8=AF=97=E6=84=8F?= Date: Wed, 13 Dec 2023 15:00:54 +0800 Subject: [PATCH] Version 2.1.1 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e071992..293fda8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 2.1.1 + +- Fix spelling error +- Organize the code + ## 2.1.0 - Fix the recursion call issue, thanks @PazChen diff --git a/pubspec.yaml b/pubspec.yaml index 10ef2ab..d3e47ee 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: cloudbase_ce description: Cloudbase SDK community edition. All APIs are consistent to the official with null-safety. -version: 2.1.0 +version: 2.1.1 homepage: https://github.com/insightoptech/cloudbase_ce environment: @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - dio: ^5.3.4 + dio: ^5.3.4 shared_preferences: ^2.2.2 crypto: ^3.0.3 package_info_plus: ">=4.0.0 <6.0.0"