From: Bill Erickson Date: Wed, 24 Apr 2019 19:22:05 +0000 (-0400) Subject: LP1793005 Bump hatch versions for eg2 X-Git-Tag: v0.2.2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=8f3c8477a1138ae33bd43186eafe808ad0f8fdf2;p=Hatch.git LP1793005 Bump hatch versions for eg2 Signed-off-by: Bill Erickson --- diff --git a/extension/app/manifest.json b/extension/app/manifest.json index 588aa22..0dbccca 100644 --- a/extension/app/manifest.json +++ b/extension/app/manifest.json @@ -1,6 +1,6 @@ { "name": "Hatch Native Messenger", - "version": "0.2.0", + "version": "0.2.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 2ae355d..af93923 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 2 -!define VERSIONBUILD 0 +!define VERSIONBUILD 2 !define FULLVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}" ;--------------------------- ; Add Remove info