Skip to content

Commit

Permalink
ver 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Feb 29, 2016
1 parent f9e814f commit 99b60fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 0 additions & 2 deletions plugins/tray/app/trackItem/trackItem.list.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@
angular.module('trayApp')
.controller('TrackItemListController', function (TrackItemService, $rootScope) {
var ctrl = this;


});

0 comments on commit 99b60fc

Please sign in to comment.