From 1e1f65119c1659f9b735a86c085dbe78339aaa1d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Fri, 17 May 2024 19:24:53 +0200 Subject: [PATCH] 3.0.3 --- 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 4bc9f8f..ce5c249 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.0.2", + "version": "3.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.0.2", + "version": "3.0.3", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index 794387b..ea49560 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.0.2", + "version": "3.0.3", "description": "A TypeScript library that offers simple, cloud-independent object storage with features like bucket creation, file management, and directory management.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -59,4 +59,4 @@ "access key", "secret key" ] -} \ No newline at end of file +}