From 47013c9cf0012876409579ed17399005aa287b48 Mon Sep 17 00:00:00 2001 From: Ryan Omasta Date: Mon, 7 Oct 2024 18:32:10 -0600 Subject: [PATCH] chore: correct package license and version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 393bba7..e4a7e96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "r2-upload-action", - "version": "1.3.3", + "version": "1.3.4", "description": "GitHub Action to upload files to a Cloudflare R2 bucket", "main": "dist/index.js", "type": "module", @@ -14,7 +14,7 @@ "url": "git+https://github.com/ryand56/r2-upload-action.git" }, "author": "ryand56", - "license": "MIT", + "license": "(MIT or 0BSD)", "bugs": { "url": "https://github.com/ryand56/r2-upload-action/issues" },