From c73113565a0f6e9f6887c0918645dbc551f17622 Mon Sep 17 00:00:00 2001 From: Elliot DeNolf Date: Fri, 6 Oct 2023 09:41:41 -0400 Subject: [PATCH] 1.1.0-beta.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7e95aca151..27bfeb4d19 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@payloadcms/plugin-cloud-storage", "description": "The official cloud storage plugin for Payload CMS", - "version": "1.1.0-beta.0", + "version": "1.1.0-beta.1", "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT",