diff --git a/hosts b/hosts index 7f127f4..ab10484 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS="$(printf '\n\t')" # Globals ############################################################################### -_VERSION="1.3.0" +_VERSION="1.4.0" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index e535a6d..96f951e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "1.3.0", + "version": "1.4.0", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"