Skip to content

Commit

Permalink
v0.0.3 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
sshaw committed Mar 29, 2022
1 parent d73bd4d commit c34aea3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Windows, macOS/OS X, and GNU/Linux are supported.
sdt command [command options] [arguments...]

VERSION:
0.0.1
0.0.3

COMMANDS:
admin, a Open admin pages
Expand Down
1 change: 1 addition & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ func lookupAccessToken(shop, token string) string {
}

out, err := exec.Command(match[1], shop).Output()
// FIXME: return an error. Exit should be done in caller
if err != nil {
fmt.Fprintf(os.Stderr, "access token command failed: %s\n", err)
os.Exit(2)
Expand Down
2 changes: 1 addition & 1 deletion sdt.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/ScreenStaring/shopify-dev-tools/cmd/webhooks"
)

const version = "0.0.2"
const version = "0.0.3"

func main() {
app := &cli.App{
Expand Down

0 comments on commit c34aea3

Please sign in to comment.