Skip to content

Commit

Permalink
Update version to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
whiteinge committed Mar 14, 2019
1 parent 225b522 commit 8128b8f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ Flags _must_ be the first argument to `ok.sh`, before `command`.
* [_all_funcs](#_all_funcs)
* [_log](#_log)
* [_helptext](#_helptext)
* [_awk_blacklist](#_awk_blacklist)
* [_format_json](#_format_json)
* [_format_urlencode](#_format_urlencode)
* [_filter_json](#_filter_json)
Expand Down Expand Up @@ -191,11 +190,6 @@ Input
* (stdin)
The text of a function body to parse.

### _awk_blacklist

Some awks will populate ENVIRON with defaults; print those defaults
Also prints any exported vars within this script.

### _format_json

Create formatted JSON from name=value pairs
Expand Down
2 changes: 1 addition & 1 deletion ok.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
# Output some text in Markdown format.

export NAME=$(basename "$0")
export VERSION='0.5.0'
export VERSION='0.5.1'

export OK_SH_URL=${OK_SH_URL:-'https://api.github.com'}
export OK_SH_ACCEPT=${OK_SH_ACCEPT:-'application/vnd.github.v3+json'}
Expand Down

0 comments on commit 8128b8f

Please sign in to comment.