From c4cfeaaed73281bfe254f571e42d8187deaffe97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?DongKeon=20Kim=20/=20=EA=B9=80=EB=8F=99=EA=B1=B4?= Date: Sat, 11 Feb 2023 12:40:18 +0900 Subject: [PATCH] v1.3.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b7bdebe3..b20c5a4a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upload-s3-action", "description": "Upload directory to AWS S3", - "version": "1.2.0", + "version": "1.3.0", "main": "index.js", "license": "MIT", "repository": "https://github.com/shallwefootball/upload-s3-action",