Skip to content

Commit

Permalink
Update version and CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nabil6391 committed Mar 14, 2023
1 parent 16dfe06 commit 2d96c00
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.5.5] - Bug Fixes

* Update dio to 5.0.1 #10 mbfakourii
* Replace slash with Platform.pathSeparator on downloader #12 (Paulo Ortolan)
* Fixed download task list #4 (arjundevlucid)
* Fixed initial progress error during resume, after multiple pause resumes (YanRui)

## [0.5.4] - Bug Fixes

* Improve batch progress notification to notify more granular
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_download_manager
description: Flutter Download Manager is a Cross-Platform file downloader with resumeable, parallel and batch Download support. Also be notified of download status and progress updates
version: 0.5.4
version: 0.5.5
homepage: https://github.com/nabil6391/flutter_download_manager

environment:
Expand All @@ -10,13 +10,13 @@ environment:
dependencies:
flutter:
sdk: flutter
dio: ^5.0.1
dio: ^5.0.2
collection:

dev_dependencies:
flutter_test:
sdk: flutter
lints: ^2.0.0
lints: ^2.0.1

flutter:

0 comments on commit 2d96c00

Please sign in to comment.