From 1684fa74fa9bda2be1ef76427a5a5eadf0e134ee Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Thu, 26 Jan 2023 15:03:54 +0100 Subject: [PATCH] Release v0.12.1 --- 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 7b1d670c..67e08329 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.12.0`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.12.1`, - 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 e669519d..efc5cebb 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.12.0"} +VERSION=${AEMC_VERSION:-"0.12.1"} # Utilities diff --git a/project/init.sh b/project/init.sh index 580164f3..731b9fe7 100644 --- a/project/init.sh +++ b/project/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.12.0"} +VERSION=${AEMC_VERSION:-"0.12.1"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_WRAPPER="aemw"