Skip to content

Commit 35d1073

Browse files
Release v0.13.0
1 parent 1e860fc commit 35d1073

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
@@ -70,7 +70,7 @@ sh aemw version
7070
Ensure having installed [Go](https://go.dev/dl/) then run command:
7171

7272
- latest released version: `go install github.com/wttech/aemc/cmd/aem@latest`,
73-
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.12.4`,
73+
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v0.13.0`,
7474
- recently committed version: `go install github.com/wttech/aemc/cmd/aem@main`,
7575

7676
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.12.4"}
3+
VERSION=${AEMC_VERSION:-"0.13.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.12.4"}
10+
VERSION=${AEMC_VERSION:-"0.13.0"}
1111
SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project"
1212

1313
AEM_DIR="aem"

0 commit comments

Comments
 (0)