Skip to content

Commit

Permalink
chore(application): release 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Picorims committed Feb 4, 2023
1 parent 30527bb commit d7e2256
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
This document is based on Keep a Changelog 1.0.0
https://keepachangelog.com/en/1.0.0/

## 0.3.3-beta (????-??-??)
## 0.3.3-beta (2023-02-04)

### Fixed
- Fixed: FPS, screen size and JPEG export inputs are completely broken (MSI installation) (#59)
- Fixed: The open logs folder is broken (#58)

## 0.3.2-beta (2023-02-02)

Expand Down
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.3-indev";
const software_version = "0.3.3-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
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.3-indev",
"version": "0.3.3-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 d7e2256

Please sign in to comment.