diff --git a/package.json b/package.json index b2ed55db..cf9c650f 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backer-timetracker", - "version": "1.0.0", + "version": "1.0.1", "description": "Track your time by monitoring your active windows and idle time", "main": "app/app.js", "scripts": { diff --git a/plugins/tray/app/trackItem/trackItem.list.controller.js b/plugins/tray/app/trackItem/trackItem.list.controller.js index 6c073a4d..c045a2f3 100755 --- a/plugins/tray/app/trackItem/trackItem.list.controller.js +++ b/plugins/tray/app/trackItem/trackItem.list.controller.js @@ -4,6 +4,4 @@ angular.module('trayApp') .controller('TrackItemListController', function (TrackItemService, $rootScope) { var ctrl = this; - - });