Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Bump the version to v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
superbrothers committed Feb 16, 2020
1 parent 25fd0a8 commit a11d80d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/ga
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -o pipefail; [[ -n "$DEBUG" ]] && set -x

GA_VERSION="${GA_VERSION:-0.1.0}"
GA_VERSION="${GA_VERSION:-0.1.1}"
GA_IMAGE="${GA_IMAGE:-"docker.io/superbrothers/ga:${GA_VERSION}"}"

exec docker run "${GA_IMAGE}" "${@}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superbrothers/ga",
"version": "0.1.0",
"version": "0.1.1",
"description": "The GitHub Actions helper command-line tool.",
"main": "lib/index.js",
"bin": "bin/cli.js",
Expand Down

0 comments on commit a11d80d

Please sign in to comment.