Skip to content

Commit

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

- Android: Ensure to properly unregister upload observers
- Android: Call back to UI on the main thread (#132)

## 2.0.0-beta.5

- Resolves crashes on iOS when using multiple concurrent uploads
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.5
version: 2.0.0-beta.6
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.5
version: 2.0.0-beta.6
homepage: https://github.com/fluttercommunity/flutter_uploader
maintainer: Sebastian Roth (@ened)

Expand Down

0 comments on commit 7c7c4ce

Please sign in to comment.