From 04909e77073311f69f24ac2831552de312d286f8 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Mon, 23 Jan 2023 11:04:48 +0100 Subject: [PATCH] Release v0.11.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 63941872..5d634ed5 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.11.1`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.11.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 81c02297..5ede4d2d 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.11.1"} +VERSION=${AEMC_VERSION:-"0.11.2"} # Utilities diff --git a/project/init.sh b/project/init.sh index 56e7deb1..432f90bc 100644 --- a/project/init.sh +++ b/project/init.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.11.1"} +VERSION=${AEMC_VERSION:-"0.11.2"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_WRAPPER="aemw"