From 3c1d1081584ce0b5f178b603606677d142d234a7 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Mon, 6 Feb 2023 16:58:42 +0100 Subject: [PATCH] Release v0.15.2 --- 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 af7ca675..2677b3c5 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.1`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.15.2`, - 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 332196ed..996df05a 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.15.1"} +VERSION=${AEMC_VERSION:-"0.15.2"} # Utilities diff --git a/project/init.sh b/project/init.sh index 44073d5f..17a39f4f 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.1"} +VERSION=${AEMC_VERSION:-"0.15.2"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_DIR="aem"