Skip to content

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ma committed Aug 8, 2022
1 parent 3653796 commit fc23304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .electron.js
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fc23304

Please sign in to comment.