Skip to content

Commit

Permalink
alhpa.1 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Pallen committed Apr 5, 2018
1 parent d1c788c commit b51e8d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/main/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class AppMenu {
{
label: `${appName} Help`,
click() {
shell.openExternal('https://zulipchat.com/help/');
shell.openExternal('https://chat.spallen.com/help/');
}
}, {
label: 'Show App Logs',
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infinityone",
"productName": "InfinityOne",
"version": "0.5.4",
"version": "0.5.5-alpha.1",
"description": "InfinityOne Desktop App",
"license": "Apache-2.0",
"copyright": "E-MetroTel Global Inc.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "infinityone",
"productName": "InfinityOne",
"version": "0.5.4",
"version": "0.5.5-alpha.1",
"main": "./app/main",
"description": "InfinityOne Desktop App",
"license": "Apache-2.0",
Expand Down

0 comments on commit b51e8d9

Please sign in to comment.