Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Splode committed May 9, 2020
2 parents 59a1ca8 + 1f28690 commit 273e698
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pomotroid.json
@@ -1,10 +1,10 @@
{
"version": "0.7.0",
"bin": [["pomotroid-0.7.0-portable.exe", "pomotroid"]],
"url": "https://github.com/Splode/pomotroid/releases/download/v0.7.0/pomotroid-0.7.0-portable.exe",
"hash": "81401b70875f4c4df57d6f365700c4cd7aa1bd3d7ca66dec70380dcc73cd32f9",
"version": "0.7.1",
"bin": [["pomotroid-0.7.1-portable.exe", "pomotroid"]],
"url": "https://github.com/Splode/pomotroid/releases/download/v0.7.1/pomotroid-0.7.1-portable.exe",
"hash": "e5c696405483fa72bac24b525ba27775773ca265f10aaed091c926dbc2e7ae94",
"description": "A simple and configurable Pomodoro timer. It aims to provide a visually-pleasing and reliable way to track productivity using the Pomodoro Technique.",
"homepage": "https://github.com/splode/pomotroid",
"license": "MIT",
"shortcuts": [["pomotroid-0.7.0-portable.exe", "Pomotroid"]]
"shortcuts": [["pomotroid-0.7.1-portable.exe", "Pomotroid"]]
}
2 changes: 1 addition & 1 deletion src/renderer/components/drawer/Drawer-timer.vue
Expand Up @@ -106,7 +106,7 @@ export default {
localTimeShortBreak: 0,
localTimeWork: 0,
localWorkRounds: 0,
maxTime: 60,
maxTime: 90,
maxRounds: 12
}
},
Expand Down

0 comments on commit 273e698

Please sign in to comment.