Skip to content
This repository has been archived by the owner on Apr 16, 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 f47a50b commit 4b2e4a1
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 @@ -21,6 +21,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 @@ -76,6 +78,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 4b2e4a1

Please sign in to comment.