Skip to content

Commit 7c7c4ce

Browse files
authored
Bump version, add changelog (#135)
1 parent ddb7c3b commit 7c7c4ce

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.0.0-beta.6
2+
3+
- Android: Ensure to properly unregister upload observers
4+
- Android: Call back to UI on the main thread (#132)
5+
16
## 2.0.0-beta.5
27

38
- Resolves crashes on iOS when using multiple concurrent uploads

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.5
2+
version: 2.0.0-beta.6
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.5
3+
version: 2.0.0-beta.6
44
homepage: https://github.com/fluttercommunity/flutter_uploader
55
maintainer: Sebastian Roth (@ened)
66

0 commit comments

Comments
 (0)