Skip to content

Commit 939155d

Browse files
committed
v0.2.0
1 parent 24faad7 commit 939155d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88
### Added
9+
10+
## [0.2.0] - 2016-10-08
11+
### Added
912
- sounds at the end of microbreak
1013
- settings for sounds
1114

app/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33
<head>
44
<meta charset="UTF-8">
5-
<title>About stretchly v0.1.1</title>
5+
<title>About stretchly v0.2.0</title>
66
<link rel="stylesheet" type="text/css" href="css/app.css">
77
</head>
88
<body>

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "break time reminder app",
55
"main": "main.js",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stretchly",
3-
"version": "0.1.1",
3+
"version": "0.2.0",
44
"description": "break time reminder app",
55
"scripts": {
66
"start": "electron ./app --enable-logging --remote-debugging-port=9222",

0 commit comments

Comments
 (0)