LP#1741309 Bump Hatch version to 0.1.4
authorBill Erickson <berickxx@gmail.com>
Mon, 8 Jan 2018 15:52:21 +0000 (10:52 -0500)
committerBill Erickson <berickxx@gmail.com>
Mon, 8 Jan 2018 16:47:34 +0000 (11:47 -0500)
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 <berickxx@gmail.com>
extension/app/manifest.json
installer/windows/defines.nsh
installer/windows/hatch.nsi

index 23a617c..a54b37b 100644 (file)
@@ -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": { 
index 8afcac3..5de6a28 100644 (file)
@@ -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
index 54adc2b..68fed3e 100644 (file)
@@ -29,7 +29,7 @@
 !addplugindir .
 
 ; Installer's filename
-Outfile "${APPNAME} Installer ${FULLVERSION}.exe"
+Outfile "${APPNAME}-Installer-${FULLVERSION}.exe"
 RequestExecutionLevel admin