diff --git a/hosts b/hosts index 3748bae..0691a5d 100755 --- a/hosts +++ b/hosts @@ -52,7 +52,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="3.6.2" +_VERSION="3.6.3" # $_ME # diff --git a/package-lock.json b/package-lock.json index 8dbec2d..97b0e91 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "hosts.sh", - "version": "3.6.2", + "version": "3.6.3", "lockfileVersion": 1 } diff --git a/package.json b/package.json index 38b4f4f..f2f3e31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts.sh", - "version": "3.6.2", + "version": "3.6.3", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install",