Skip to content

Commit

Permalink
2.0.0 beta.5 (#130)
Browse files Browse the repository at this point in the history
Bump version, add changelog
  • Loading branch information
Sebastian Roth authored Dec 22, 2020
1 parent cdd295f commit c955965
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0-beta.5

- Resolves crashes on iOS when using multiple concurrent uploads
- Additional documentation on results stream
- Android: Clear "progress" as well when a `clearUploads` is called

## 2.0.0-beta.4

- Bump Flutter & Android dependencies, which also resolves the multi-file selection issue in the example
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: flutter_uploader_example
version: 2.0.0-beta.4
version: 2.0.0-beta.5
description: Demonstrates how to use the flutter_uploader plugin.
publish_to: "none"

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_uploader
description: A plugin for creating and managing upload tasks with optional background exection support.
version: 2.0.0-beta.4
version: 2.0.0-beta.5
homepage: https://github.com/fluttercommunity/flutter_uploader
maintainer: Sebastian Roth (@ened)

Expand Down

0 comments on commit c955965

Please sign in to comment.