Skip to content

Commit d0baff1

Browse files
Release v0.15.0
1 parent f4ec708 commit d0baff1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ sh aemw version
9292
Ensure having installed [Go](https://go.dev/dl/) then run command:
9393

9494
- latest released version: `go install github.com/wttech/aemc/cmd/aem@latest`,
95-
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.14.0`,
95+
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.15.0`,
9696
- recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`,
9797

9898
Use installed version of the tool instead of the one defined in file *aem/api.sh* by running the following command:

project/aem/api.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env sh
22

3-
VERSION=${AEMC_VERSION:-"0.14.0"}
3+
VERSION=${AEMC_VERSION:-"0.15.0"}
44

55
# Utilities
66

project/init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ -f "$AEM_WRAPPER" ]; then
77
exit 1
88
fi
99

10-
VERSION=${AEMC_VERSION:-"0.14.0"}
10+
VERSION=${AEMC_VERSION:-"0.15.0"}
1111
SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project"
1212

1313
AEM_DIR="aem"

0 commit comments

Comments
 (0)