Skip to content

Commit

Permalink
change version to 0.2.0, remove title from tray
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRabey committed Apr 9, 2018
1 parent a7a08a8 commit ab6aafa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wharf",
"productName": "Wharf",
"version": "0.1.0",
"version": "0.2.0",
"description": "Manage processes running on localhost.",
"main": "./dist/main.js",
"scripts": {
Expand Down
1 change: 0 additions & 1 deletion src/main/tray.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export class WharfTray extends Tray {

constructor(icon: any) {
super(icon);
this.setTitle('Wharf');
this.setToolTip('Wharf');

this.on('click', this.createMenu);
Expand Down

0 comments on commit ab6aafa

Please sign in to comment.