Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Maigo Erit committed Oct 16, 2016
1 parent 93bcafb commit a60186f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tockler
Automatically track applications usage and working time.

- Windows [Download ver 2.1.0](https://github.com/MayGo/tockler/releases/download/v2.1.0/Tockler.Setup.2.1.0.exe) (Tested win 10)
- OS X [Download ver 2.1.0](https://github.com/MayGo/tockler/releases/download/v2.1.0/Tockler-2.1.0.dmg) (Tested El Capitan). Needs permission: Security & Privacy -> Accessibility -> enable tockler.app (Asks for admin password to set )
- OS X [Download ver 2.2.0](https://github.com/MayGo/tockler/releases/download/v2.2.0/Tockler-2.2.0.dmg) (Tested El Capitan/Sierra). Needs permission: Security & Privacy -> Accessibility -> enable tockler.app (Asks for admin password to set )

# Features
- Timeline chart
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tockler",
"version": "2.1.0",
"version": "2.2.0",
"description": "Automatically track applications usage and working time",
"main": "app.js",
"author": "Maigo Erit <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var gulp = require('gulp')
var electronPrebuilt = require('electron-prebuilt')
var electronPrebuilt = require('electron')
var builder = require('electron-builder');
var proc = require('child_process')
var path = require('path')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Tockler",
"version": "2.1.0",
"version": "2.2.0",
"description": "Automatically track applications usage and working time",
"main": "app/app.js",
"scripts": {
Expand Down

0 comments on commit a60186f

Please sign in to comment.