From 5d4f0332989a10b9d4d942ff3d38ec410dbc52aa Mon Sep 17 00:00:00 2001 From: Jared Beach Date: Sun, 9 Jul 2017 12:17:06 -0500 Subject: [PATCH] version 12 in wrong place --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index 781ee2c..277cfc1 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -33,7 +33,6 @@ module.exports = function(grunt) { fileVersion: '<%= pkg.version %>', company: 'hylasoft', copyright: ' ', - version: 12, product: '<%= projectName %>' } } @@ -58,6 +57,7 @@ module.exports = function(grunt) { projectConfiguration: 'Debug', platform: '<%= platform %>', targets: ['Clean', 'Rebuild'], + version: 12, buildParameters: { StyleCopEnabled: true, StyleCopTreatErrorsAsWarnings: false,