From 1b7088a60e226b01ad7cefa46c3c8e25004d7d42 Mon Sep 17 00:00:00 2001 From: Martin Andreev Date: Thu, 31 Mar 2022 16:11:19 +0300 Subject: [PATCH] 2.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20dcf10b..de6f59d3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lab08/nestjs-s3", - "version": "2.0.0", + "version": "2.0.1", "description": "A NestJS library that wraps the AWS S3 bucket SDK v3 and lets you use it in a more NestJS friendly way.", "author": "Martin Andreev ", "license": "MIT",