From 11c2664c1850b9785d0d7efdc9cc94543a01e1a2 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Wed, 8 Feb 2023 10:46:51 +0100 Subject: [PATCH] Release v0.16.0 --- 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 d3e1d58f..94283658 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.3`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.16.0`, - 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 a41c641f..b4cc036b 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEM_CLI_VERSION:-"0.15.3"} +VERSION=${AEM_CLI_VERSION:-"0.16.0"} # Utilities diff --git a/project/init.sh b/project/init.sh index 2cb0a483..2ea18594 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.15.3"} +VERSION=${AEM_CLI_VERSION:-"0.16.0"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_DIR="aem"