Skip to content

Commit

Permalink
release 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Picorims committed Feb 2, 2023
1 parent e611b58 commit 3c6a7eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
const {ipcRenderer} = require("electron");

/** @type {String} current build version*/
const software_version = "0.3.2-indev";
const software_version = "0.3.2-beta";
/** @type {String} current build type */
let working_dir; //working directory for user, temp, logs...
let root_dir; //root of the app (where main.js is located, and html/css folders)
Expand Down
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ function createWindow () {
win.loadFile("index.html");

// Open the DevTools.
win.webContents.openDevTools();
//win.webContents.openDevTools();

//Hide menu bar
win.setMenuBarVisibility(false);
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wav2bar",
"version": "0.3.2-indev",
"version": "0.3.2-beta",
"description": "A tool to create and export audio visualization mainly for the music industry",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 3c6a7eb

Please sign in to comment.