From dc1c888185b720e64b978c6a2093efd6cd20d079 Mon Sep 17 00:00:00 2001 From: amos Date: Sat, 21 Mar 2020 12:03:48 +0900 Subject: [PATCH] v1.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0aebcec7..9c418ca2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "upload-s3-action", "description": "Upload directory to AWS S3", - "version": "0.0.12", + "version": "1.0.0", "main": "index.js", "license": "MIT", "repository": "https://github.com/shallwefootball/upload-s3-action",