Skip to content

Commit d660a09

Browse files
author
Sebastian Roth
authored
Set version to 3.0.0-beta.3, update changelog (#197)
1 parent 2578247 commit d660a09

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
## Unreleased
1+
## 3.0.0-beta.3
22

3-
- Add flag to restrict uploads to wifi only
3+
- Add flag to restrict uploads to wifi only (#188)
4+
- Fix ClassCastException on Android (#196)
5+
- Do not persist nil values in result database (#190)
46

57
## 3.0.0-beta.2
68

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

0 commit comments

Comments
 (0)