Skip to content

Commit

Permalink
Incrementing version (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjmutumi authored Aug 19, 2021
1 parent 383357c commit 076eb8b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [1.0.2] - Fixed issue with not parsing the http port number

* Fixed issue with not parsing the http port number
* Fixing formatting

## [1.0.1] - Fixing custom chunk size

* Fixing handling file as chunks correctly
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ You need to add to your `pubspec.yaml`:

```yaml
dependencies:
tus_client: ^1.0.1
tus_client: ^1.0.2
tus_client_file_store: ^0.0.3
```
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.1"
version: "1.0.2"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tus_client
description: A tus client for dart allowing resumable uploads using the tus protocol.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/jjmutumi/tus_client

environment:
Expand Down

0 comments on commit 076eb8b

Please sign in to comment.