Skip to content

Commit c955965

Browse files
author
Sebastian Roth
authored
2.0.0 beta.5 (#130)
Bump version, add changelog
1 parent cdd295f commit c955965

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0-beta.5
2+
3+
- Resolves crashes on iOS when using multiple concurrent uploads
4+
- Additional documentation on results stream
5+
- Android: Clear "progress" as well when a `clearUploads` is called
6+
17
## 2.0.0-beta.4
28

39
- Bump Flutter & Android dependencies, which also resolves the multi-file selection issue in the example

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: flutter_uploader_example
2-
version: 2.0.0-beta.4
2+
version: 2.0.0-beta.5
33
description: Demonstrates how to use the flutter_uploader plugin.
44
publish_to: "none"
55

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_uploader
22
description: A plugin for creating and managing upload tasks with optional background exection support.
3-
version: 2.0.0-beta.4
3+
version: 2.0.0-beta.5
44
homepage: https://github.com/fluttercommunity/flutter_uploader
55
maintainer: Sebastian Roth (@ened)
66

0 commit comments

Comments
 (0)