From 3caa15d50b54d19a2212a11b5a6c86d89caa4a77 Mon Sep 17 00:00:00 2001 From: 5saviahv <5saviahv@users.noreply.github.com> Date: Sun, 11 Jul 2021 00:22:08 +0300 Subject: [PATCH] Increment version --- 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 dbf96d6..1ef5a0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "adm-zip", - "version": "0.5.5", + "version": "0.5.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a1455e..c0d27de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "adm-zip", - "version": "0.5.5", + "version": "0.5.6", "description": "Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk", "scripts": { "test": "mocha -R spec",