Bump version to 1.4.0

This commit is contained in:
William Melody 2015-05-20 16:49:46 -07:00
parent db2b5ad074
commit d5b6456766
2 changed files with 2 additions and 2 deletions

2
hosts
View File

@ -36,7 +36,7 @@ IFS="$(printf '\n\t')"
# Globals # Globals
############################################################################### ###############################################################################
_VERSION="1.3.0" _VERSION="1.4.0"
# DEFAULT_COMMAND # DEFAULT_COMMAND
# #

View File

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