diff --git a/README.md b/README.md index fb498ef2..5d8c6540 100755 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Backer Timetracker Application that tracks your time by monitoring your active windows (only titles) and idle time. -- Windows [Download ver 1.0.1](https://github.com/MayGo/backer-timetracker/releases/download/1.0.1/Backer.Timetracker.Setup.exe) (Tested win 10) -- OS X [Download ver 1.0.1](https://github.com/MayGo/backer-timetracker/releases/download/1.0.1/Backer.Timetracker.dmg) (Tested El Capitan). Needs permission: Security & Privacy -> Accessibility -> enable backer-timetracker.app (Should ask for this) +- Windows [Download ver 1.0.2](https://github.com/MayGo/backer-timetracker/releases/download/1.0.2/Backer.Timetracker.Setup.exe) (Tested win 10) +- OS X [Download ver 1.0.2](https://github.com/MayGo/backer-timetracker/releases/download/1.0.2/Backer.Timetracker.dmg) (Tested El Capitan). Needs permission: Security & Privacy -> Accessibility -> enable backer-timetracker.app (Should ask for this) # Features - Zoomable/Pannable timechart (d3) diff --git a/package.json b/package.json index cf9c650f..2b2bbc73 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "backer-timetracker", - "version": "1.0.1", + "version": "1.0.2", "description": "Track your time by monitoring your active windows and idle time", "main": "app/app.js", "scripts": {