From 8128b8f665217edf1683192adc3ee70efd225772 Mon Sep 17 00:00:00 2001 From: Seth House Date: Wed, 13 Mar 2019 22:20:30 -0600 Subject: [PATCH] Update version to 0.5.1 --- README.md | 6 ------ ok.sh | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 688f9ac..2a4c0fd 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 diff --git a/ok.sh b/ok.sh index eabd9e0..fa922f7 100755 --- a/ok.sh +++ b/ok.sh @@ -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'}