From c5d85e59b8c3eefcddbe4bdba9eb309d03cbe9c8 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Mon, 6 Feb 2023 21:20:17 +0100 Subject: [PATCH] Release v0.15.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 2677b3c5..39bfe083 100644 --- a/README.MD +++ b/README.MD @@ -92,7 +92,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.15.2`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.15.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 996df05a..ad2c18b7 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.15.2"} +VERSION=${AEMC_VERSION:-"0.15.3"} # Utilities diff --git a/project/init.sh b/project/init.sh index 17a39f4f..1f9d717e 100644 --- a/project/init.sh +++ b/project/init.sh @@ -7,7 +7,7 @@ if [ -f "$AEM_WRAPPER" ]; then exit 1 fi -VERSION=${AEMC_VERSION:-"0.15.2"} +VERSION=${AEMC_VERSION:-"0.15.3"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_DIR="aem"