From 3e94af73dfa0a77977866eda619407f0d9661975 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Wed, 31 Jul 2024 17:57:13 -0600 Subject: [PATCH] Release v1.3.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1678375..a1db61a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r2-upload-action", - "version": "1.3.1", + "version": "1.3.2", "description": "GitHub Action to upload files to a Cloudflare R2 bucket", "main": "dist/index.js", "type": "module",