Skip to content

Commit 0a8300f

Browse files
author
Marius Kleidl
committed
4.0.0
1 parent c1d23c8 commit 0a8300f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tus-js-client is a pure **JavaScript** client for the [tus resumable upload prot
1313

1414
**Protocol version:** 1.0.0
1515

16-
This branch contains tus-js-client v3. If you are looking for the previous major release, after which [breaking changes](https://tus.io/blog/2022/08/03/tus-js-client-300.html) have been introduced, please look at the [v2.3.2 tag](https://github.com/tus/tus-js-client/tree/v2.3.2).
16+
This branch contains tus-js-client v4. If you are looking for the previous major release, after which [breaking changes](https://github.com/tus/tus-js-client/releases/tag/v4.0.0) have been introduced, please look at the [v3.1.3 tag](https://github.com/tus/tus-js-client/tree/v3.1.3).
1717

1818
## Example
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tus-js-client",
3-
"version": "3.1.3",
3+
"version": "4.0.0",
44
"description": "A pure JavaScript client for the tus resumable upload protocol",
55
"main": "lib.es5/node/index.js",
66
"module": "lib.esm/node/index.js",

0 commit comments

Comments
 (0)