From 20546a24779354e0c5e0b57e98c53c99652654cc Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 9 Sep 2022 17:59:07 +0200 Subject: [PATCH] 3.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0c24234..90c38117 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tus-js-client", - "version": "3.0.0", + "version": "3.0.1", "description": "A pure JavaScript client for the tus resumable upload protocol", "main": "lib.es5/node/index.js", "module": "lib.esm/node/index.js",