From 64680384019cea37f3d71dac5e39c976f79aa134 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 27 Apr 2017 16:13:25 -0700 Subject: [PATCH] Add bundleVersion to mac config This corresponds to CFBundleVersion in the mac build. It must be incremented every time we upload a new build to the app store for the current release version. // FREEBIE --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 8c07d7ce2..b45ed7350 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,8 @@ "path": "desktop", "acl": "public-read" }, - "target": "mas" + "target": "mas", + "bundleVersion": "2" }, "win": { "artifactName": "${productName}-Setup_${version}.${ext}",