From 790e36791f13bfdead0e509fdaf22a52436dc8b1 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Thu, 26 Jan 2023 11:16:47 +0100 Subject: [PATCH] Release v0.11.3 --- README.MD | 2 +- project/aem/api.sh | 2 +- project/init.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 5d634ed5..e9abe297 100644 --- a/README.MD +++ b/README.MD @@ -70,7 +70,7 @@ sh aemw version Ensure having installed [Go](https://go.dev/dl/) then run command: - latest released version: `go install github.com/wttech/aemc/cmd/aem@latest`, -- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.11.2`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.11.3`, - recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`, Use installed version of the tool instead of the one defined in file *aem/api.sh* by running the following command: diff --git a/project/aem/api.sh b/project/aem/api.sh index 5ede4d2d..37d497a1 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.11.2"} +VERSION=${AEMC_VERSION:-"0.11.3"} # Utilities diff --git a/project/init.sh b/project/init.sh index 43633772..0e0821ec 100644 --- a/project/init.sh +++ b/project/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.11.2"} +VERSION=${AEMC_VERSION:-"0.11.3"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_WRAPPER="aemw"