From 54745ecc6b1ca7bfd46edc86c7ad193c56cec885 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Wed, 8 Feb 2023 14:53:01 +0100 Subject: [PATCH] Release v0.16.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 94283658..eaf199c7 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.16.0`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.16.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 b4cc036b..6f726881 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEM_CLI_VERSION:-"0.16.0"} +VERSION=${AEM_CLI_VERSION:-"0.16.2"} # Utilities diff --git a/project/init.sh b/project/init.sh index 2ea18594..c1a05c03 100644 --- a/project/init.sh +++ b/project/init.sh @@ -7,7 +7,7 @@ if [ -f "$AEM_WRAPPER" ]; then exit 1 fi -VERSION=${AEM_CLI_VERSION:-"0.16.0"} +VERSION=${AEM_CLI_VERSION:-"0.16.2"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_DIR="aem"