diff --git a/hosts b/hosts index 00c65a0..97b7de0 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS=$'\n\t' # Globals ############################################################################### -_VERSION="1.4.2" +_VERSION="1.4.3" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index 51c21e0..86fd0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "1.4.2", + "version": "1.4.3", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"