From aac5a11a7aa1649586f8128f30fcab7498995a2d Mon Sep 17 00:00:00 2001 From: Philipp Kunz Date: Sat, 26 Oct 2024 14:17:39 +0200 Subject: [PATCH] 2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 023cc3c..9b9cf6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@push.rocks/smarts3", - "version": "2.2.0", + "version": "2.2.1", "private": false, "description": "A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.", "main": "dist_ts/index.js",