From bcd7c2408245fd6cd19b5512a473b1a7a8b48a35 Mon Sep 17 00:00:00 2001 From: Amos <amos@shallwefootball.com> Date: Sun, 6 Dec 2020 12:10:00 +0900 Subject: [PATCH] v1.1.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 49178a6d..d31effa1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upload-s3-action", "description": "Upload directory to AWS S3", - "version": "1.1.2", + "version": "1.1.3", "main": "index.js", "license": "MIT", "repository": "https://github.com/shallwefootball/upload-s3-action",