Skip to content

Commit

Permalink
chore/bump version (#690)
Browse files Browse the repository at this point in the history
* bump version

* remove flutter's upper bound
  • Loading branch information
bartekpacia authored Jul 17, 2022
1 parent d0656ab commit d5f728c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Add optional `int step` argument to `FlutterDownloader.registerCallback()`
- Improve README
- Slightly refactor example app
- Android only: add SQLite migration from version 2 to 3

## 1.8.0+1

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ flutter:

environment:
sdk: ">=2.17.0 <3.0.0"
flutter: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit d5f728c

Please sign in to comment.