From 1a71c76da3bc845b5d84c948a34eef0ef24f1145 Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Mon, 27 May 2024 12:56:26 +0200 Subject: [PATCH] 3.0.7 --- 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 9002351..abfeaad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.0.6", + "version": "3.0.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.0.6", + "version": "3.0.7", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index 5898dd2..bb53a32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.0.6", + "version": "3.0.7", "description": "A TypeScript library for cloud-independent object storage, providing features like bucket creation, file and directory management, and data streaming.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",