Skip to content

Commit

Permalink
Bump v0.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Jun 23, 2017
1 parent e23c6ac commit 79c4fa6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file.

## [Unreleased][unreleased]
## [Sabaki v0.31.1][v0.31.1] (2017-06-24)

**Added**

Expand Down Expand Up @@ -561,7 +561,8 @@ All notable changes to this project will be documented in this file.

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.31.0...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.31.1...master
[v0.31.1]: https://github.com/yishn/Sabaki/compare/v0.31.0...v0.31.1
[v0.31.0]: https://github.com/yishn/Sabaki/compare/v0.30.3...v0.31.0
[v0.30.3]: https://github.com/yishn/Sabaki/compare/v0.30.2...v0.30.3
[v0.30.2]: https://github.com/yishn/Sabaki/compare/v0.30.1...v0.30.2
Expand Down
2 changes: 1 addition & 1 deletion components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class App extends Component {

window.addEventListener('load', () => {
this.events.emit('ready')
this.window.show()
})

ipcRenderer.on('load-file', (evt, ...args) => {
Expand Down Expand Up @@ -238,7 +239,6 @@ class App extends Component {
})

this.newFile()
this.window.show()
}

componentDidUpdate(_, prevState = {}) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sabaki",
"productName": "Sabaki",
"version": "0.31.0",
"version": "0.31.1",
"description": "An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.",
"author": "Yichuan Shen <[email protected]>",
"homepage": "http://sabaki.yichuanshen.de",
Expand Down

0 comments on commit 79c4fa6

Please sign in to comment.