Skip to content

Commit

Permalink
Incrementing version
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmutumi committed Sep 4, 2020
1 parent 809364c commit 0262714
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.0.3] - Bug fix

* Fixing missing Tus-Resumable headers in all requests

## [0.0.2] - Bug fix

* Fixing failure when offset for server is missing or null
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.0.3"
typed_data:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tus_client
description: A tus client for dart allowing resumable uploads.
version: 0.0.2
description: A tus client for dart allowing resumable uploads using the tus protocol.
version: 0.0.3
homepage: https://github.com/jjmutumi/tus_client

environment:
Expand Down

0 comments on commit 0262714

Please sign in to comment.