Skip to content

Commit

Permalink
Bump v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Feb 11, 2016
1 parent 41b4e26 commit 54877fb
Show file tree
Hide file tree
Showing 2 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.8.0][v0.8.0] (2016-02-11)

**Added**

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

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.7.7...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.8.0...master
[v0.8.0]: https://github.com/yishn/Sabaki/compare/v0.7.7...v0.8.0
[v0.7.7]: https://github.com/yishn/Sabaki/compare/v0.7.6...v0.7.7
[v0.7.6]: https://github.com/yishn/Sabaki/compare/v0.7.5...v0.7.6
[v0.7.5]: https://github.com/yishn/Sabaki/compare/v0.7.4...v0.7.5
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sabaki",
"productName": "Sabaki",
"version": "0.7.7",
"version": "0.8.0",
"description": "An elegant Go board and SGF editor for a more civilized age.",
"author": "Yichuan Shen",
"main": "main.js",
Expand All @@ -20,6 +20,6 @@
"sigma": "^1.0.3"
},
"scripts": {
"build": "electron-packager ./ sabaki --platform=win32,linux --arch=all --version=0.36.7 --out=../../releases --icon=./icon.ico --overwrite --ignore=.*\\.icns$ --version-string.CompanyName=\"Yichuan Shen\" --version-string.LegalCopyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.FileVersion=\"0.7.7\" --version-string.ProductVersion=\"0.7.7\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\""
"build": "electron-packager ./ sabaki --platform=win32,linux --arch=all --version=0.36.7 --out=../../releases --icon=./icon.ico --overwrite --ignore=.*\\.icns$ --version-string.CompanyName=\"Yichuan Shen\" --version-string.LegalCopyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.FileVersion=\"0.8.0\" --version-string.ProductVersion=\"0.8.0\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\""
}
}

0 comments on commit 54877fb

Please sign in to comment.