diff --git a/CHANGELOG.md b/CHANGELOG.md index 43b198191..490a0ec63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [Unreleased][unreleased] +## [Sabaki v0.20.2][v0.20.2] (2017-03-11) **Added** @@ -497,7 +497,8 @@ All notable changes to this project will be documented in this file. First release -[unreleased]: https://github.com/yishn/Sabaki/compare/v0.20.1...master +[unreleased]: https://github.com/yishn/Sabaki/compare/v0.20.2...master +[v0.20.2]: https://github.com/yishn/Sabaki/compare/v0.20.1...v0.20.2 [v0.20.1]: https://github.com/yishn/Sabaki/compare/v0.20.0...v0.20.1 [v0.20.0]: https://github.com/yishn/Sabaki/compare/v0.19.3...v0.20.0 [v0.19.3]: https://github.com/yishn/Sabaki/compare/v0.18.3...v0.19.3 diff --git a/package.json b/package.json index 5ba4facc4..502ffee64 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "sabaki", "productName": "Sabaki", - "version": "0.20.1", + "version": "0.20.2", "description": "An elegant Go/Baduk/Weiqi board and SGF editor for a more civilized age.", "author": "Yichuan Shen ", "homepage": "http://sabaki.yichuanshen.de", @@ -57,8 +57,8 @@ "sigma": "^1.0.3" }, "devDependencies": { - "electron": "1.6.1", - "electron-builder": "^14.5.3", + "electron": "1.6.2", + "electron-builder": "^15.2.0", "mocha": "^3.0.2", "tmp": "~0.0.29" },