Increased version number

This commit is contained in:
Joe Jarvis 2017-02-08 18:07:13 -05:00
parent 6b559ca64e
commit 9c3176eba1
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ browser.idle.onStateChanged.addListener(function(state) {
end.setMinutes(0);
end.setSeconds(0);
end.setMilliseconds(0);
end.setDate(end.getDate() - res.days);
end.setDate(end.getDate() - days);
browser.history.deleteRange({startTime: 0, endTime: end.getTime()});
}
});

View file

@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "History Cleaner",
"version": "1",
"version": "1.1",
"description": "Deletes history older than a specified amount of days.",
"icons": {
"48": "icons/icon-48.png",