Skip to content

Commit

Permalink
Bump version to 0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfrei committed Mar 17, 2023
1 parent 47f7c06 commit 1dbff5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
14 changes: 4 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"license": "CC0-1.0",
"name": "emp",
"version": "0.8.6",
"version": "0.8.7",
"private": true,
"description": "Electron Music Player",
"author": "Kevin Frei <kevinfrei@hotmail.com>",
Expand All @@ -10,25 +10,19 @@
"build": {
"appId": "com.music-player.freik",
"productName": "Electron Music Player",
"directories": {
"buildResources": "build"
},
"directories": { "buildResources": "build" },
"fileAssociations": {
"ext": ["mp3", "m4a", "aac", "flac", "wma"],
"description": "Audio files",
"role": "Viewer"
},
"mac": {
"icon": "build/icon.png"
},
"mac": { "icon": "build/icon.png" },
"linux": {
"icon": "build/icon.png",
"category": "Audio",
"mimeTypes": ["audio/mpeg", "audio/m4a", "audio/aac", "audio/x-flac"]
},
"win": {
"icon": "build/icon.png"
}
"win": { "icon": "build/icon.png" }
},
"scripts": {
"build-shared": "cd shared && yarn build && echo Run 'yarn install' and relaunch VSCode...",
Expand Down
2 changes: 1 addition & 1 deletion public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
by <a href="mailto:kevinfrei@hotmail.com">Kevin Frei</a>
</div>
<br />
<div id="version">Version 0.8.6</div>
<div id="version">Version 0.8.7</div>
<br />
<div id="source-code">
<a href="https://github.com/kevinfrei/EMP">Source code</a>
Expand Down

0 comments on commit 1dbff5c

Please sign in to comment.