From 46dcff947c4cf5063f4b34778a7fdaf3ad81f782 Mon Sep 17 00:00:00 2001 From: William Melody Date: Sun, 28 Jun 2015 22:08:29 -0700 Subject: [PATCH] Bump version to 1.4.3 --- hosts | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts b/hosts index 00c65a0..97b7de0 100755 --- a/hosts +++ b/hosts @@ -36,7 +36,7 @@ IFS=$'\n\t' # Globals ############################################################################### -_VERSION="1.4.2" +_VERSION="1.4.3" # DEFAULT_COMMAND # diff --git a/package.json b/package.json index 51c21e0..86fd0b2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hosts", - "version": "1.4.2", + "version": "1.4.3", "description": "A command line tool for managing hosts file entries.", "global": true, "install": "make install"