Skip to content

Commit

Permalink
Bump v0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed Feb 12, 2016
1 parent 3c72a74 commit 75f0825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1][v0.8.1] (2016-02-12)

**Changed**

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.8.0",
"version": "0.8.1",
"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.8.0\" --version-string.ProductVersion=\"0.8.0\" --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.1\" --version-string.ProductVersion=\"0.8.1\" --version-string.ProductName=\"Sabaki\" --version-string.InternalName=\"sabaki.exe\""
}
}

0 comments on commit 75f0825

Please sign in to comment.