From 4420e46525dfcc1e4b6db257a8d5c5343990ab29 Mon Sep 17 00:00:00 2001 From: Marius Kleidl Date: Fri, 8 Dec 2023 10:45:25 +0100 Subject: [PATCH] 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 72941b37..c7b6f551 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tus-js-client", - "version": "3.1.3", + "version": "4.0.0", "description": "A pure JavaScript client for the tus resumable upload protocol", "main": "lib.es5/node/index.js", "module": "lib.esm/node/index.js",