Skip to content

Commit 08842e4

Browse files
authored
Merge pull request #22 from hovancik/feature/v0.2.1
release 0.2.1
2 parents 5f6d961 + 36e5a88 commit 08842e4

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
8+
-
9+
10+
## [0.2.1] - 2016-10-10
811
### Fixed
912
- double init of event listeners on settings page
1013

@@ -34,6 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3437
- scripts for creating installers for OS X, Windows, Linux
3538

3639
[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.2.0...HEAD
40+
[0.2.1]: https://github.com/hovancik/stretchly/compare/v0.2.0...v0.2.1
3741
[0.2.0]: https://github.com/hovancik/stretchly/compare/v0.1.1...v0.2.0
3842
[0.1.1]: https://github.com/hovancik/stretchly/compare/v0.1.0...v0.1.1
3943
[0.1.0]: https://github.com/hovancik/stretchly/compare/v0.0.1...v0.1.0

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@ Sounds used in this application are listed [here](http://freesound.org/people/ho
6868
- `wind chime` by [GnoteSoundz](http://freesound.org/people/GnoteSoundz/), available under the [Creative Commons 0 License](http://creativecommons.org/publicdomain/zero/1.0/).
6969
- `tic toc` by [magundah14](http://freesound.org/people/magundah14/), available under the [Creative Commons 0 License](http://creativecommons.org/publicdomain/zero/1.0/).
7070
- `silence` by [parcodeisuoni](http://freesound.org/people/parcodeisuoni/), available under the [Attribution License](http://creativecommons.org/licenses/by/3.0/).
71+
7172
## License
7273
See LICENSE file.

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.2.0</title>
5+
<title>About stretchly v0.2.1</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.2.0",
3+
"version": "0.2.1",
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.2.0",
3+
"version": "0.2.1",
44
"description": "break time reminder app",
55
"scripts": {
66
"start": "electron ./app --enable-logging --remote-debugging-port=9222",

0 commit comments

Comments
 (0)