From 5612c7e73ac8c6d0d4c5d950318064b9298f1d92 Mon Sep 17 00:00:00 2001 From: Harminder Virk Date: Mon, 12 Aug 2024 21:12:14 +0530 Subject: [PATCH] chore(release): 1.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1f3e8f4..de2feb5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "flydrive", "description": "File storage library with unified API to manage files across multiple cloud storage providers like S3, GCS, R2 and so on", - "version": "1.0.3", + "version": "1.1.0", "engines": { "node": ">=20.6.0" },