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