From 277a3fff418880f1787f4f2b5a941ac7a8e00752 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 6 Jun 2022 11:29:13 +0200 Subject: [PATCH] 3.0.4 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ccc2a51..ae18a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smartarchive", - "version": "3.0.3", + "version": "3.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smartarchive", - "version": "3.0.3", + "version": "3.0.4", "license": "MIT", "dependencies": { "@pushrocks/smartfile": "^9.0.6", diff --git a/package.json b/package.json index 9354495..1e799ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smartarchive", - "version": "3.0.3", + "version": "3.0.4", "description": "work with archives", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",