From 02617a044b1653cdf2d2a95e0ebc9d34230dbd16 Mon Sep 17 00:00:00 2001 From: Krystian Panek Date: Thu, 16 Feb 2023 14:33:55 +0100 Subject: [PATCH] Release v1.0.5 --- README.md | 2 +- project/aemw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87c4af9f..ab67bf56 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,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@v1.0.4`, +- specific released version: `go install github.com/wttech/aemc/cmd/aem@v1.0.5`, - 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/aemw b/project/aemw index 92dfb0e1..7548d8c2 100755 --- a/project/aemw +++ b/project/aemw @@ -1,6 +1,6 @@ #!/usr/bin/env sh -VERSION=${AEM_CLI_VERSION:-"1.0.4"} +VERSION=${AEM_CLI_VERSION:-"1.0.5"} # Define API # ==========