We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 809364c commit 0262714Copy full SHA for 0262714
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.0.3] - Bug fix
2
+
3
+* Fixing missing Tus-Resumable headers in all requests
4
5
## [0.0.2] - Bug fix
6
7
* Fixing failure when offset for server is missing or null
example/pubspec.lock
@@ -202,7 +202,7 @@ packages:
202
path: ".."
203
relative: true
204
source: path
205
- version: "0.0.2"
+ version: "0.0.3"
206
typed_data:
207
dependency: transitive
208
description:
pubspec.yaml
@@ -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:
0 commit comments