Skip to content

Commit 700994f

Browse files
committed
Incrementing version
1 parent 7493d90 commit 700994f

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.4] - Feature request
2+
3+
* Changing example by adding copying file to be uploaded to application temp directory before uploading
4+
15
## [0.0.3] - Bug fix
26

37
* Fixing missing Tus-Resumable headers in all requests

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ packages:
258258
path: ".."
259259
relative: true
260260
source: path
261-
version: "0.0.3"
261+
version: "0.0.4"
262262
typed_data:
263263
dependency: transitive
264264
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 using the tus protocol.
3-
version: 0.0.3
3+
version: 0.0.4
44
homepage: https://github.com/jjmutumi/tus_client
55

66
environment:

0 commit comments

Comments
 (0)