From 9bf85eea8519dabc5778892a019496eec6a4af71 Mon Sep 17 00:00:00 2001 From: amos Date: Sun, 31 May 2020 11:22:26 +0900 Subject: [PATCH] v1.0.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c418ca2..9ea0701f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upload-s3-action", "description": "Upload directory to AWS S3", - "version": "1.0.0", + "version": "1.0.1", "main": "index.js", "license": "MIT", "repository": "https://github.com/shallwefootball/upload-s3-action",