Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Wahl committed Sep 15, 2017
1 parent 1d73912 commit a826536
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion arc/arc
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ usage() {

version() {
logo
echo >&2 " arc-cli version 0.2"
echo >&2 " arc-cli version 0.2.2"
exit
}

Expand Down
2 changes: 1 addition & 1 deletion bridge/bridge
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ usage() {

version() {
logo
echo >&2 " bridge-cli version 0.2"
echo >&2 "bridge-cli version 0.2.2"
exit
}

Expand Down
2 changes: 1 addition & 1 deletion canvas/canvas
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ usage() {

version() {
logo
echo >&2 " canvas-cli version 0.2"
echo >&2 " canvas-cli version 0.2.2"
exit
}

Expand Down
2 changes: 1 addition & 1 deletion catalog/catalog
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ usage() {

version() {
logo
echo >&2 " catalog-cli version 0.2"
echo >&2 " catalog-cli version 0.2.2"
exit
}

Expand Down
2 changes: 1 addition & 1 deletion commons/commons
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ usage() {

version() {
logo
echo >&2 " commons-cli version 0.2"
echo >&2 " commons-cli version 0.2.2"
exit
}

Expand Down

0 comments on commit a826536

Please sign in to comment.