Skip to content

Commit

Permalink
Bump version number to 1.1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jon Seymour <[email protected]>
  • Loading branch information
jonseymour committed Sep 23, 2015
1 parent 2d17e56 commit 34e6746
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ Filtering is implemented with jq. See http://stedolan.github.io/jq/.

#REVISIONS

##1.1.1

* Fixed typo in installation message.
* Support running on Linux.

Both fixes thanks to reports submitted by Henrik Holmboe.

##1.1
* Added support for yq.

Expand Down
2 changes: 1 addition & 1 deletion y2j.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -o pipefail

VERSION=1.1
VERSION=1.1.1
DEFAULT_META_IMAGE=wildducktheories/y2j
META_IMAGE=${META_IMAGE:-${DEFAULT_META_IMAGE}}

Expand Down

0 comments on commit 34e6746

Please sign in to comment.