From b258bd0e64f645e2a7e9eccc159cc368ce8c0db3 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Tue, 31 Jan 2023 10:57:39 +0100 Subject: [PATCH] Release v0.13.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 362f2236..1ce2584e 100644 --- a/README.MD +++ b/README.MD @@ -91,7 +91,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.13.0`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.13.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 2dcaefa3..75aa3bb7 100644 --- a/project/aem/api.sh +++ b/project/aem/api.sh @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEMC_VERSION:-"0.13.0"} +VERSION=${AEMC_VERSION:-"0.13.1"} # Utilities diff --git a/project/init.sh b/project/init.sh index 336f8b48..39bd8451 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.13.0"} +VERSION=${AEMC_VERSION:-"0.13.1"} SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project" AEM_DIR="aem"