diff --git a/.electron.js b/.electron.js index 4d3a5a8..c95111a 100644 --- a/.electron.js +++ b/.electron.js @@ -1,6 +1,7 @@ const pkg = require('./package.json'); const config = { + name: pkg.name, productName: "Soundworks Test", // keep versionning synchronized with the current repo buildVersion: pkg.version, diff --git a/package.json b/package.json index ad61d20..28ab9f3 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ ], "description": "test application for the @soundworks/electron package", "license": "BSD-3-Clause", - "version": "0.1.3", + "version": "0.1.4", "private": true, "scripts": { "build": "npm run clean && soundworks-template-build -b && sass src/clients/styles:.build/public/css",