Skip to content

Commit bba3271

Browse files
committed
Incrementing version
1 parent 61a1ca4 commit bba3271

3 files changed

Lines changed: 6 additions & 2 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.2] -
2+
3+
* Fixing failure when offset for server is missing or null
4+
15
## [0.0.1] - Initial release
26

37
* Support for TUS 1.0.0 protocol

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.1"
205+
version: "0.0.2"
206206
typed_data:
207207
dependency: transitive
208208
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: tus_client
22
description: A tus client for dart allowing resumable uploads.
3-
version: 0.0.1
3+
version: 0.0.2
44
homepage: https://github.com/jjmutumi/tus_client
55

66
environment:

0 commit comments

Comments
 (0)