1
0
mirror of https://github.com/octoleo/hosts.git synced 2024-05-29 12:40:47 +00:00

Bump version to 1.4.1

This commit is contained in:
William Melody 2015-06-25 17:19:23 -07:00
parent 02a87b0938
commit 2693c62693
2 changed files with 2 additions and 2 deletions

2
hosts
View File

@ -36,7 +36,7 @@ IFS="$(printf '\n\t')"
# Globals # Globals
############################################################################### ###############################################################################
_VERSION="1.4.0" _VERSION="1.4.1"
# DEFAULT_COMMAND # DEFAULT_COMMAND
# #

View File

@ -1,6 +1,6 @@
{ {
"name": "hosts", "name": "hosts",
"version": "1.4.0", "version": "1.4.1",
"description": "A command line tool for managing hosts file entries.", "description": "A command line tool for managing hosts file entries.",
"global": true, "global": true,
"install": "make install" "install": "make install"