Skip to content

Commit

Permalink
Bump v0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Aug 14, 2016
1 parent 3819bcd commit 881712c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 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.

## [Sabaki v0.17.1][unreleased] (Unreleased)
## [Sabaki v0.17.1][v0.17.1] (2016-08-14)

**Fixed**

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

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.17.0...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.17.1...master
[v0.17.1]: https://github.com/yishn/Sabaki/compare/v0.17.0...v0.17.1
[v0.17.0]: https://github.com/yishn/Sabaki/compare/v0.16.1...v0.17.0
[v0.16.1]: https://github.com/yishn/Sabaki/compare/v0.16.0...v0.16.1
[v0.16.0]: https://github.com/yishn/Sabaki/compare/v0.15.3...v0.16.0
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sabaki",
"productName": "Sabaki",
"version": "0.17.0",
"version": "0.17.1",
"description": "An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.",
"author": "Yichuan Shen",
"main": "main.js",
Expand All @@ -22,8 +22,8 @@
},
"scripts": {
"test": "mocha",
"build:win": "electron-packager ./ sabaki --platform=win32 --arch=all --app-version=0.17.0 --build-version=0.17.0 --version=1.3.2 --out=./bin --overwrite --icon=./data/icon.ico --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.CompanyName=\"Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\" --ignore=^test$ --asar",
"build:linux": "electron-packager ./ sabaki --platform=linux --arch=all --app-version=0.17.0 --build-version=0.17.0 --version=1.3.2 --out=./bin --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --ignore=^test$ --asar",
"build:osx": "electron-packager ./ Sabaki --platform=darwin --arch=all --app-version=0.17.0 --build-version=0.17.0 --version=1.3.2 --out=./bin --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --icon=./data/icon.icns --app-category-type=public.app-category.games --extend-info=./data/extra-info.plist --ignore=^test$ --asar"
"build:win": "electron-packager ./ sabaki --platform=win32 --arch=all --app-version=0.17.1 --build-version=0.17.1 --version=1.3.2 --out=./bin --overwrite --icon=./data/icon.ico --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --version-string.CompanyName=\"Yichuan Shen\" --version-string.FileDescription=\"Sabaki\" --version-string.OriginalFilename=\"sabaki.exe\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\" --ignore=^test$ --asar",
"build:linux": "electron-packager ./ sabaki --platform=linux --arch=all --app-version=0.17.1 --build-version=0.17.1 --version=1.3.2 --out=./bin --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --ignore=^test$ --asar",
"build:osx": "electron-packager ./ Sabaki --platform=darwin --arch=all --app-version=0.17.1 --build-version=0.17.1 --version=1.3.2 --out=./bin --overwrite --app-copyright=\"Copyright (C) 2015/2016 Yichuan Shen\" --icon=./data/icon.icns --app-category-type=public.app-category.games --extend-info=./data/extra-info.plist --ignore=^test$ --asar"
}
}

0 comments on commit 881712c

Please sign in to comment.