Skip to content

Commit

Permalink
Merge pull request #22 from jmillxyz/master
Browse files Browse the repository at this point in the history
Update electron to fix media play/pause buttons
  • Loading branch information
Dinius committed Sep 17, 2020
2 parents d34d9ff + 336aab2 commit 1508342
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 113 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "brainfm-desktop",
"version": "0.1.5",
"version": "0.1.6",
"description": "brain.fm desktop client",
"main": "main.js",
"scripts": {
Expand All @@ -16,7 +16,7 @@
"url": "git+https://github.com/atom/electron-quick-start.git"
},
"dependencies": {
"electron": "^8.0.1",
"electron-packager": "^14.2.1"
"electron": "8.5.1",
"electron-packager": "15.1.0"
}
}

0 comments on commit 1508342

Please sign in to comment.