From efd2652faf924894a114580afe2cdf64451b746a Mon Sep 17 00:00:00 2001 From: Acconut Date: Wed, 14 Nov 2018 13:36:58 +0000 Subject: [PATCH] 1.5.2 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8df35f05..7bdc1546 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tus-js-client", - "version": "1.5.1", + "version": "1.5.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5255f70b..6dba2342 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tus-js-client", - "version": "1.5.1", + "version": "1.5.2", "description": "A pure JavaScript client for the tus resumable upload protocol", "main": "lib.es5/index.js", "jsnext:main": "lib/index.js",