LP#1733692 Bumping Hatch versions to 0.1.3
authorBill Erickson <berickxx@gmail.com>
Fri, 1 Dec 2017 15:13:44 +0000 (10:13 -0500)
committerBill Erickson <berickxx@gmail.com>
Fri, 15 Dec 2017 15:59:13 +0000 (10:59 -0500)
For now, Hatch Java and the Hatch browser extension are version locked.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
extension/app/manifest.json
installer/windows/defines.nsh

index 947996e..23a617c 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "Hatch Native Messenger",
-  "version": "0.1.2",
+  "version": "0.1.3",
   "manifest_version": 2,
   "description": "Relays messages to/from Hatch.",
   "icons": { 
index 45bd098..e311794 100644 (file)
@@ -14,7 +14,7 @@
 ; Version numbers should be integers
 !define VERSIONMAJOR 0
 !define VERSIONMINOR 1
-!define VERSIONBUILD 2
+!define VERSIONBUILD 3
 !define FULLVERSION "${VERSIONMAJOR}.${VERSIONMINOR}.${VERSIONBUILD}"
 ;---------------------------
 ; Add Remove info