Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
IrosTheBeggar committed Dec 29, 2021
1 parent 723314a commit 369ac4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mstream",
"version": "5.9.2",
"version": "5.9.3",
"description": "music streaming server",
"main": "cli-boot-wrapper.js",
"bin": {
Expand Down
1 change: 0 additions & 1 deletion webapp/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function createWindow () {
width: 1200,
height: 800
})
win.webContents.openDevTools()
win.loadFile('./index.html')
}

Expand Down
2 changes: 1 addition & 1 deletion webapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mstream-desktop-app",
"version": "5.9.2",
"version": "5.9.3",
"description": "mStream Desktop Player",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 369ac4b

Please sign in to comment.