From 6db6ad0d11f090c7456a80110c540d62bffee9a6 Mon Sep 17 00:00:00 2001 From: Amos Date: Sat, 18 Jul 2020 19:01:25 +0900 Subject: [PATCH] v1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2d907c86..1ad1ba35 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upload-s3-action", "description": "Upload directory to AWS S3", - "version": "1.0.1", + "version": "1.0.2", "main": "index.js", "license": "MIT", "repository": "https://github.com/shallwefootball/upload-s3-action",