From ea0523f1fde878ec69a646f1ddbfe08bddba4190 Mon Sep 17 00:00:00 2001 From: Marius Date: Sat, 3 Dec 2016 18:52:14 +0100 Subject: [PATCH] Release 1.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 70403237..95077548 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tus-js-client", - "version": "1.4.1", + "version": "1.4.2", "description": "A pure JavaScript client for the tus resumable upload protocol", "main": "lib.es5/index.js", "jsnext:main": "lib/index.js",