From 90828c87b840a3c5004fecb98aa35f67c7ecfcd1 Mon Sep 17 00:00:00 2001 From: Max Waterman Date: Mon, 3 Mar 2014 15:08:05 +0000 Subject: [PATCH] Using version number in crosswalk target configs. --- Gruntfile.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Gruntfile.js b/Gruntfile.js index 9022fed..76b471c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -36,6 +36,8 @@ module.exports = function (grunt) { verbose: false, + version: '<%= packageInfo.version %>', + // display name for the app on the device; // the sanitisedName used to construct the Locations object later // is derived from this @@ -91,6 +93,8 @@ module.exports = function (grunt) { verbose: false, + version: '<%= packageInfo.version %>', + // display name for the app on the device; // the sanitisedName used to construct the Locations object later // is derived from this