diff --git a/hosts b/hosts index cb0e7aa..65a9004 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS=$'\n\t' # Globals ############################################################################### -_VERSION="2.0.0" +_VERSION="2.1.0" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index ac6af7d..a219b44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "2.0.0", + "version": "2.1.0", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"