From d195517586d3e2ac744adca93b015cb570929f1a Mon Sep 17 00:00:00 2001 From: Nathan Friedly Date: Mon, 27 Jul 2020 17:05:40 -0400 Subject: [PATCH] 2.1.6 --- 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 6e13432..174031b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "bestzip", - "version": "2.1.5", + "version": "2.1.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ccba377..02a3323 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bestzip", - "version": "2.1.5", + "version": "2.1.6", "description": "Uses OS zip command if avaliable (for better performance and speed) or node.js version if there is no system command avaliable. Can be called via node or command line.", "main": "lib/bestzip.js", "bin": {