From 0715b9ec66a3e79af78d6db5509dbc79cae46b6f Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 7 Jun 2020 15:42:50 -0700 Subject: [PATCH] Update version to 3.6.1 --- hosts | 2 +- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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",