From: Bill Erickson Date: Thu, 23 May 2019 21:41:11 +0000 (-0400) Subject: LP1824391 Bump hatch version to 0.3.2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=de22621c02d260172558ce288c6afecdd739f4c9;p=working%2FHatch.git LP1824391 Bump hatch version to 0.3.2 Signed-off-by: Bill Erickson --- diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 2b86feb40e..391eac8ed6 100644 --- a/extension/app/manifest.json +++ b/extension/app/manifest.json @@ -1,6 +1,6 @@ { "name": "Hatch Native Messenger", - "version": "0.3.0", + "version": "0.3.2", "manifest_version": 2, "description": "Relays messages to/from the Hatch native printing service for the Evergreen ILS web client.", "icons": { diff --git a/installer/windows/defines.nsh b/installer/windows/defines.nsh index a414f25086..5dcd316495 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 3 -!define VERSIONBUILD 0 +!define VERSIONBUILD 2 !define FULLVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" ;--------------------------- ; Add Remove info