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