Skip to content

Commit

Permalink
Bump v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Sep 9, 2016
1 parent be985ca commit 1a11087
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.18.0][unreleased] (Unreleased)
## [Sabaki v0.17.2][v0.17.2] (2016-09-10)

**Changed**

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

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.17.1...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.17.2...master
[v0.17.2]: https://github.com/yishn/Sabaki/compare/v0.17.1...v0.17.2
[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.15.3...v0.16.1
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.1",
"version": "0.17.2",
"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.1 --build-version=0.17.1 --version=1.3.5 --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.5 --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.5 --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.2 --build-version=0.17.2 --version=1.3.5 --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.2 --build-version=0.17.2 --version=1.3.5 --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.2 --build-version=0.17.2 --version=1.3.5 --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 1a11087

Please sign in to comment.