Bump version to 2.1.1

This commit is contained in:
William Melody 2015-09-15 11:33:39 -07:00
parent ab8934ae80
commit 6733260385
2 changed files with 2 additions and 2 deletions

2
hosts
View File

@ -36,7 +36,7 @@ IFS=$'\n\t'
# Globals
###############################################################################
_VERSION="2.1.0"
_VERSION="2.1.1"
# DEFAULT_COMMAND
#

View File

@ -1,6 +1,6 @@
{
"name": "hosts",
"version": "2.1.0",
"version": "2.1.1",
"description": "A command line tool for managing hosts file entries.",
"global": true,
"install": "make install"