Skip to content

Commit

Permalink
Release v0.16.3
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Feb 8, 2023
1 parent 14001d9 commit 1e3454d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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/[email protected].2`,
- specific released version: `go install github.com/wttech/aemc/cmd/[email protected].3`,
- 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:
Expand Down
2 changes: 1 addition & 1 deletion project/aem/api.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

VERSION=${AEM_CLI_VERSION:-"0.16.2"}
VERSION=${AEM_CLI_VERSION:-"0.16.3"}

# Utilities

Expand Down
2 changes: 1 addition & 1 deletion project/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ -f "$AEM_WRAPPER" ]; then
exit 1
fi

VERSION=${AEM_CLI_VERSION:-"0.16.2"}
VERSION=${AEM_CLI_VERSION:-"0.16.3"}
SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/v${VERSION}/project"

AEM_DIR="aem"
Expand Down

0 comments on commit 1e3454d

Please sign in to comment.