Bump version to 2.1.5.

This commit is contained in:
William Melody 2016-01-26 20:42:26 -08:00
parent f7c7aef173
commit 9782f78f22
2 changed files with 2 additions and 2 deletions

2
hosts
View File

@ -36,7 +36,7 @@ IFS=$'\n\t'
# Globals # Globals
############################################################################### ###############################################################################
_VERSION="2.1.4" _VERSION="2.1.5"
# DEFAULT_COMMAND # DEFAULT_COMMAND
# #

View File

@ -1,6 +1,6 @@
{ {
"name": "hosts", "name": "hosts",
"version": "2.1.4", "version": "2.1.5",
"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"