Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hovancik committed Oct 8, 2016
1 parent 24faad7 commit 939155d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

## [0.2.0] - 2016-10-08
### Added
- sounds at the end of microbreak
- settings for sounds

Expand Down
2 changes: 1 addition & 1 deletion app/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="UTF-8">
<title>About stretchly v0.1.1</title>
<title>About stretchly v0.2.0</title>
<link rel="stylesheet" type="text/css" href="css/app.css">
</head>
<body>
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": "stretchly",
"version": "0.1.1",
"version": "0.2.0",
"description": "break time reminder app",
"main": "main.js",
"repository": {
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": "stretchly",
"version": "0.1.1",
"version": "0.2.0",
"description": "break time reminder app",
"scripts": {
"start": "electron ./app --enable-logging --remote-debugging-port=9222",
Expand Down

0 comments on commit 939155d

Please sign in to comment.