From 9801e15c3244678ae90c63540a9a234296f2a2dc Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sun, 24 Nov 2024 20:02:41 +0100 Subject: [PATCH] 3.3.2 --- 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 5d0d60b..7c63db9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.1", + "version": "3.3.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@push.rocks/smartbucket", - "version": "3.3.1", + "version": "3.3.2", "license": "UNLICENSED", "dependencies": { "@push.rocks/smartpath": "^5.0.18", diff --git a/package.json b/package.json index c93c223..6e46d9b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "3.3.1", + "version": "3.3.2", "description": "A TypeScript library facilitating cloud-agnostic object storage with capabilities such as bucket management, file operations, directory management, and advanced data streaming functionalities.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts", @@ -74,4 +74,4 @@ "type": "git", "url": "https://code.foss.global/push.rocks/smartbucket.git" } -} \ No newline at end of file +}