From dd6efa4908973d65e2a0d36783015ea2d3dc8899 Mon Sep 17 00:00:00 2001 From: Juergen Kunz Date: Thu, 20 Nov 2025 13:58:02 +0000 Subject: [PATCH] v4.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e2f06d2..56107a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smartbucket", - "version": "4.0.1", + "version": "4.1.0", "description": "A TypeScript library providing a cloud-agnostic interface for managing object storage with functionalities like bucket management, file and directory operations, and advanced features such as metadata handling and file locking.", "main": "dist_ts/index.js", "typings": "dist_ts/index.d.ts",