Skip to content

Commit

Permalink
Release v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Feb 15, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
io7m Mark Raynsford
1 parent 1238f26 commit 7f59898
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -96,7 +96,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.3`,
- specific released version: `go install github.com/wttech/aemc/cmd/aem@v1.0.4`,
- 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:
2 changes: 1 addition & 1 deletion project/aemw
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

VERSION=${AEM_CLI_VERSION:-"1.0.3"}
VERSION=${AEM_CLI_VERSION:-"1.0.4"}

# Define API
# ==========

0 comments on commit 7f59898

Please sign in to comment.