From 464b766a60021195cfe8b09ac9ededff2efad87a Mon Sep 17 00:00:00 2001 From: "Jean M. Lescure" Date: Wed, 11 Nov 2020 19:01:19 -0600 Subject: [PATCH] chore: release v1.0.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd4f5b7..29765f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL "com.github.actions.description"="Build a React.js web app and sync to an LABEL "com.github.actions.icon"="upload-cloud" LABEL "com.github.actions.color"="green" -LABEL version="1.0.2" +LABEL version="1.0.3" LABEL repository="https://github.com/jeanlescure/react-deploy-to-s3-action" LABEL homepage="https://jeanlescure.io/" LABEL maintainer="Jean Lescure "