diff --git a/hosts b/hosts index 4d3c297..5466e76 100755 --- a/hosts +++ b/hosts @@ -52,7 +52,7 @@ IFS=$'\n\t' # $_VERSION # # The most recent program version. -_VERSION="3.5.1" +_VERSION="3.6.0" # $_ME # diff --git a/package-lock.json b/package-lock.json index 178c4f6..9404d54 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "hosts.sh", - "version": "3.5.1", + "version": "3.6.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index d980d74..fb060f9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts.sh", - "version": "3.5.1", + "version": "3.6.0", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install",