From 7648a5b3b9e3a2d43a2c8bbf3516dc5587ee3747 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Mon, 8 Jan 2018 10:52:21 -0500 Subject: [PATCH] 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 --- extension/app/manifest.json | 2 +- installer/windows/defines.nsh | 2 +- installer/windows/hatch.nsi | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 23a617cb1e..a54b37b317 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 8afcac3c44..5de6a28677 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 54adc2b175..68fed3e904 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 -- 2.11.0