diff --git a/CHANGELOG.md b/CHANGELOG.md index be1ff4827..e344729fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] ### Added +## [0.1.1] - 2016-10-01 +### Fixed +- Linux builds and permissions + ## [0.1.0] - 2016-09-26 ### Added - update npm packages @@ -23,6 +27,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - resume/pause functionality for reminder - scripts for creating installers for OS X, Windows, Linux -[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/hovancik/stretchly/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/hovancik/stretchly/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/hovancik/stretchly/compare/1a4817679dc840716ae7694c1bbb1f357a571097...v0.0.1 diff --git a/app/about.html b/app/about.html index 779641071..1cbdec75f 100644 --- a/app/about.html +++ b/app/about.html @@ -2,7 +2,7 @@ - About stretchly v0.1.0 + About stretchly v0.1.1 diff --git a/app/package.json b/app/package.json index 3eae60316..6440c220a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "stretchly", - "version": "0.1.0", + "version": "0.1.1", "description": "break time reminder app", "main": "main.js", "repository": { diff --git a/package.json b/package.json index ba767fcfd..14367b7d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stretchly", - "version": "0.1.0", + "version": "0.1.1", "description": "break time reminder app", "scripts": { "start": "electron ./app --enable-logging --remote-debugging-port=9222", @@ -31,7 +31,7 @@ "devDependencies": { "chai": "^3.5.0", "electron": "^1.4.1", - "electron-builder": "^7.9.0", + "electron-builder": "^7.10.2", "mocha": "^3.0.2" }, "build": {