From: Bill Erickson Date: Mon, 8 Jan 2018 15:52:21 +0000 (-0500) Subject: LP#1741309 Bump Hatch version to 0.1.4 X-Git-Tag: v0.3.2~23 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7648a5b3b9e3a2d43a2c8bbf3516dc5587ee3747;p=Hatch.git LP#1741309 Bump Hatch version to 0.1.4 While we're in there, replace spaces with dashes in exe build file to make working in Linux less funky. Signed-off-by: Bill Erickson --- diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 23a617c..a54b37b 100644 --- a/extension/app/manifest.json +++ b/extension/app/manifest.json @@ -1,6 +1,6 @@ { "name": "Hatch Native Messenger", - "version": "0.1.3", + "version": "0.1.4", "manifest_version": 2, "description": "Relays messages to/from Hatch.", "icons": { diff --git a/installer/windows/defines.nsh b/installer/windows/defines.nsh index 8afcac3..5de6a28 100644 --- a/installer/windows/defines.nsh +++ b/installer/windows/defines.nsh @@ -14,7 +14,7 @@ ; Version numbers should be integers !define VERSIONMAJOR 0 !define VERSIONMINOR 1 -!define VERSIONBUILD 5 +!define VERSIONBUILD 4 !define FULLVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" ;--------------------------- ; Add Remove info diff --git a/installer/windows/hatch.nsi b/installer/windows/hatch.nsi index 54adc2b..68fed3e 100644 --- a/installer/windows/hatch.nsi +++ b/installer/windows/hatch.nsi @@ -29,7 +29,7 @@ !addplugindir . ; Installer's filename -Outfile "${APPNAME} Installer ${FULLVERSION}.exe" +Outfile "${APPNAME}-Installer-${FULLVERSION}.exe" RequestExecutionLevel admin