Skip to content

Commit

Permalink
update download link
Browse files Browse the repository at this point in the history
  • Loading branch information
moshfeu committed Feb 18, 2020
1 parent aba7661 commit 140c087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "y2mp3",
"appname": "y2mp3",
"productName": "y2mp3",
"version": "2.4.1",
"version": "2.4.2",
"main": "main.js",
"author": {
"name": "MosheF",
Expand Down
2 changes: 1 addition & 1 deletion src/components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export default function AppMenu() {
<Dropdown.Item onClick={openAbout}><Icon name="info" /> About</Dropdown.Item>
<Dropdown.Item onClick={openPreferences}><Icon name="options" /> Options</Dropdown.Item>
{store.hasUpdate &&
<Dropdown.Item onClick={() => shell.openExternal(`${CONTACT_EMAIL}?subject=I have an idea! | Something is not working as expected :(`)}><Icon name="refresh" /> Update Available</Dropdown.Item>
<Dropdown.Item onClick={() => shell.openExternal('https://github.com/moshfeu/y2mp3/releases/latest')}><Icon name="refresh" /> Update Available</Dropdown.Item>
}
<Dropdown.Divider />
<Dropdown.Header>Help / Feedback</Dropdown.Header>
Expand Down

0 comments on commit 140c087

Please sign in to comment.