Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qzb committed Oct 3, 2016
1 parent 83e9efa commit 43a962f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion is.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ EOF
fi

if [ "$1" == "--version" ]; then
echo "is.sh 1.0.1"
echo "is.sh 1.1.0"
exit
fi

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": "is.sh",
"version": "1.0.1",
"version": "1.1.0",
"description": "Human readable conditions for bash",
"keywords": [
"shell",
Expand Down

0 comments on commit 43a962f

Please sign in to comment.