From 700994f54ddcea14be5be49daa162e3920decb99 Mon Sep 17 00:00:00 2001 From: Joseph Mutumi Date: Mon, 7 Sep 2020 13:23:16 +0300 Subject: [PATCH] Incrementing version --- CHANGELOG.md | 4 ++++ example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee2d6e..588bf46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.0.4] - Feature request + +* Changing example by adding copying file to be uploaded to application temp directory before uploading + ## [0.0.3] - Bug fix * Fixing missing Tus-Resumable headers in all requests diff --git a/example/pubspec.lock b/example/pubspec.lock index 303b3b8..1a5b129 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -258,7 +258,7 @@ packages: path: ".." relative: true source: path - version: "0.0.3" + version: "0.0.4" typed_data: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index a04c9ea..023fb1e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: tus_client description: A tus client for dart allowing resumable uploads using the tus protocol. -version: 0.0.3 +version: 0.0.4 homepage: https://github.com/jjmutumi/tus_client environment: