From d91a4406a7f8d9f3982b025037b2a5b26a487fdd Mon Sep 17 00:00:00 2001 From: William Melody Date: Mon, 16 Mar 2020 15:07:52 -0700 Subject: [PATCH] Update version to 3.2.1 --- hosts | 2 +- package-lock.json | 2 +- package.json | 5 +++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/hosts b/hosts index bf08d08..c0c342b 100755 --- a/hosts +++ b/hosts @@ -32,7 +32,7 @@ IFS=$'\n\t' # # Manually set this to to current version of the program. Adhere to the # semantic versioning specification: http://semver.org -_VERSION="3.2.0" +_VERSION="3.2.1" # $HOSTS_DEFAULT_COMMAND # diff --git a/package-lock.json b/package-lock.json index 547e0fc..1f903df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "hosts.sh", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1 } diff --git a/package.json b/package.json index a3b5a58..7f6f532 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts.sh", - "version": "3.2.0", + "version": "3.2.1", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install", @@ -22,5 +22,6 @@ "bugs": { "url": "https://github.com/alphabetum/hosts/issues" }, - "homepage": "https://github.com/alphabetum/hosts#readme" + "homepage": "https://github.com/alphabetum/hosts#readme", + "dependencies": {} }