diff --git a/hosts b/hosts index 1a06dda..6be893f 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS=$'\n\t' # Globals ############################################################################### -_VERSION="2.1.3" +_VERSION="2.1.4" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index 8ffa131..81d1c13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "2.1.3", + "version": "2.1.4", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"