Skip to content

Commit

Permalink
Upgrade package electron-builder
Browse files Browse the repository at this point in the history
fixes #16
  • Loading branch information
hovancik committed Oct 4, 2016
1 parent 8a474bb commit 7d4c0ce
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
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.0</title>
<title>About stretchly v0.1.1</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.0",
"version": "0.1.1",
"description": "break time reminder app",
"main": "main.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down

0 comments on commit 7d4c0ce

Please sign in to comment.