From 88d2b5dc9d1a8c8847badccc6a760eb10c2a5f04 Mon Sep 17 00:00:00 2001 From: Scott Donald Date: Tue, 5 Mar 2019 19:37:57 +1100 Subject: [PATCH 1/2] Update build to 1.1.1 --- build-conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-conf.js b/build-conf.js index 6978e1aa..e4e46d8f 100644 --- a/build-conf.js +++ b/build-conf.js @@ -5,7 +5,7 @@ const config = { name: 'QRL Wallet', safeName: 'qrl-wallet', description: 'QRL Wallet', - version: '1.1.0', + version: '1.1.1', manufacturer: 'DIE QRL STIFTUNG, Zug Switzerland', homepage: 'https://www.theqrl.org/', windows: { From e879119ea7aa05ce406889c6f28a25017c5c302c Mon Sep 17 00:00:00 2001 From: Scott Donald Date: Tue, 5 Mar 2019 19:42:53 +1100 Subject: [PATCH 2/2] Make build version dynamic --- build-conf.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-conf.js b/build-conf.js index e4e46d8f..39b35c50 100644 --- a/build-conf.js +++ b/build-conf.js @@ -1,11 +1,12 @@ // Defines build configuration that is for each platform build. const path = require('path') +const pjson = require('./package.json') const config = { name: 'QRL Wallet', safeName: 'qrl-wallet', description: 'QRL Wallet', - version: '1.1.1', + version: pjson.version, manufacturer: 'DIE QRL STIFTUNG, Zug Switzerland', homepage: 'https://www.theqrl.org/', windows: {