From 9d1233863017cdfd3b060c1b71f994de9224f951 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 20 Dec 2021 16:38:52 +0100 Subject: [PATCH] 1.0.6 --- 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 51bb344..5f3f9e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smarts3", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smarts3", - "version": "1.0.5", + "version": "1.0.6", "license": "MIT", "dependencies": { "@pushrocks/smartfile": "^9.0.3", diff --git a/package.json b/package.json index 66bd7bf..02ba0a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarts3", - "version": "1.0.5", + "version": "1.0.6", "private": false, "description": "create an s3 endpoint that maps to a local directory", "main": "dist_ts/index.js",