Skip to content

Commit 0262714

Browse files
committed
Incrementing version
1 parent 809364c commit 0262714

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.0.3] - Bug fix
2+
3+
* Fixing missing Tus-Resumable headers in all requests
4+
15
## [0.0.2] - Bug fix
26

37
* Fixing failure when offset for server is missing or null

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ packages:
202202
path: ".."
203203
relative: true
204204
source: path
205-
version: "0.0.2"
205+
version: "0.0.3"
206206
typed_data:
207207
dependency: transitive
208208
description:

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tus_client
2-
description: A tus client for dart allowing resumable uploads.
3-
version: 0.0.2
2+
description: A tus client for dart allowing resumable uploads using the tus protocol.
3+
version: 0.0.3
44
homepage: https://github.com/jjmutumi/tus_client
55

66
environment:

0 commit comments

Comments
 (0)