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

Commit 518a366

Browse files
author
Max Waterman
committed
Using version number in crosswalk target configs.
1 parent 0a4a80f commit 518a366

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Gruntfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module.exports = function (grunt) {
2121

2222
verbose: false,
2323

24+
version: '<%= packageInfo.version %>',
25+
2426
// display name for the app on the device;
2527
// the sanitisedName used to construct the Locations object later
2628
// is derived from this
@@ -76,6 +78,8 @@ module.exports = function (grunt) {
7678

7779
verbose: false,
7880

81+
version: '<%= packageInfo.version %>',
82+
7983
// display name for the app on the device;
8084
// the sanitisedName used to construct the Locations object later
8185
// is derived from this

0 commit comments

Comments
 (0)