Skip to content

Commit d5f728c

Browse files
authored
chore/bump version (#690)
* bump version * remove flutter's upper bound
1 parent d0656ab commit d5f728c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Add optional `int step` argument to `FlutterDownloader.registerCallback()`
44
- Improve README
55
- Slightly refactor example app
6+
- Android only: add SQLite migration from version 2 to 3
67

78
## 1.8.0+1
89

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ flutter:
1515

1616
environment:
1717
sdk: ">=2.17.0 <3.0.0"
18-
flutter: ">=3.0.0 <4.0.0"
18+
flutter: ">=3.0.0"
1919

2020
dependencies:
2121
flutter:

0 commit comments

Comments
 (0)