From de4632d1865b4966712c97a4981a88a88a806be0 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Thu, 14 Apr 2022 10:38:14 +0200 Subject: [PATCH] 2.0.1 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 390a057..f13284c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@pushrocks/smarts3", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@pushrocks/smarts3", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "dependencies": { "@pushrocks/smartbucket": "^2.0.1", diff --git a/package.json b/package.json index 0eb2ca1..f86aaf1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pushrocks/smarts3", - "version": "2.0.0", + "version": "2.0.1", "private": false, "description": "create an s3 endpoint that maps to a local directory", "main": "dist_ts/index.js", @@ -43,4 +43,4 @@ "@types/s3rver": "^3.7.0", "s3rver": "^3.7.1" } -} \ No newline at end of file +}