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