Skip to content

Commit

Permalink
fix sdk version (#414)
Browse files Browse the repository at this point in the history
* fix sdk version

* update version to 3.3.0
  • Loading branch information
zhoujuanjuan authored Feb 1, 2023
1 parent 4d0595a commit 49e836e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [3.2.1] - 2023-2-1
## [3.3.0] - 2023-2-1

### Changed

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: bruno
description: An enterprise-class package of Flutter components for mobile applications.
version: 3.2.1
version: 3.3.0
homepage: https://github.com/LianjiaTech/bruno

environment:
sdk: '>=2.17.0 <3.0.0'
flutter: '>=3.3.0'
flutter: '>=3.7.0'

dependencies:
flutter:
Expand Down

0 comments on commit 49e836e

Please sign in to comment.