Skip to content

Commit

Permalink
Version 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bookshiyi committed Dec 13, 2023
1 parent b304a26 commit be0772a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.1.1

- Fix spelling error
- Organize the code

## 2.1.0

- Fix the recursion call issue, thanks @PazChen
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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"
Expand Down

0 comments on commit be0772a

Please sign in to comment.