Skip to content
This repository has been archived by the owner on Apr 18, 2019. It is now read-only.

Commit

Permalink
Using version number in crosswalk target configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Waterman committed Mar 3, 2014
1 parent 70f20df commit 90828c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 90828c8

Please sign in to comment.