We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a1ca4 commit bba3271Copy full SHA for bba3271
3 files changed
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## [0.0.2] -
2
+
3
+* Fixing failure when offset for server is missing or null
4
5
## [0.0.1] - Initial release
6
7
* Support for TUS 1.0.0 protocol
example/pubspec.lock
@@ -202,7 +202,7 @@ packages:
202
path: ".."
203
relative: true
204
source: path
205
- version: "0.0.1"
+ version: "0.0.2"
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.1
+version: 0.0.2
homepage: https://github.com/jjmutumi/tus_client
environment:
0 commit comments