Skip to content

Commit

Permalink
Version bump for real and fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikogan committed Aug 7, 2016
1 parent 6918a2b commit 21ec470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "farnsworth-launcher",
"productName": "Farnsworth Launcher",
"version": "0.1.0",
"version": "0.2.0",
"description": "Fullscreen Application Launcher for TVs",
"main": "main.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion app/ui/scripts/controllers/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ angular.module('farnsworth')
} else {
$mdToast.show(
$mdToast.simple()
.textContent(`Launching ${tile.name}...`)
.textContent(`Launching ${tile.name || tile.command}...`)
.hideDelay(3000));

ipc.send('launch-application', tile.command);
Expand Down

0 comments on commit 21ec470

Please sign in to comment.