Skip to content

Commit

Permalink
Bump v0.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Jun 7, 2016
1 parent a6a7314 commit cd49045
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.

## [Unreleased][unreleased]
## [Sabaki v0.15.1][v0.15.1] (2016-06-07)

**Added**

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

First release

[unreleased]: https://github.com/yishn/Sabaki/compare/v0.15.0...master
[unreleased]: https://github.com/yishn/Sabaki/compare/v0.15.1...master
[v0.15.1]: https://github.com/yishn/Sabaki/compare/v0.15.0...v0.15.1
[v0.15.0]: https://github.com/yishn/Sabaki/compare/v0.14.0...v0.15.0
[v0.14.0]: https://github.com/yishn/Sabaki/compare/v0.12.4...v0.14.0
[v0.12.4]: https://github.com/yishn/Sabaki/compare/v0.11.5...v0.12.4
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.15.0",
"version": "0.15.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.15.0 --build-version=0.15.0 --version=1.2.1 --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.15.0 --build-version=0.15.0 --version=1.2.1 --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.15.0 --build-version=0.15.0 --version=1.2.1 --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.15.1 --build-version=0.15.1 --version=1.2.1 --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.15.1 --build-version=0.15.1 --version=1.2.1 --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.15.1 --build-version=0.15.1 --version=1.2.1 --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 cd49045

Please sign in to comment.