Skip to content

Commit

Permalink
bump version to 0.8.1-pre1
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorahi committed Dec 14, 2024
1 parent b85a04f commit b444856
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
RELEASE = 241117c
RELEASE = 241214a

VERSION = $(shell grep '"version"' package.json | cut -d '"' -f 4)
EXE = dist/LizGoban\ $(VERSION).exe
Expand Down
7 changes: 7 additions & 0 deletions build_with/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

# Release notes

## LizGoban 0.8.1-pre1

Just a test of an experimental feature ["next move quiz"](https://github.com/kaorahi/lizgoban/issues/120).

* Add "Next move quiz" to View menu.
* Upgrade libraries (Electron 33, etc.). So you may need to do "npm install" again if you use LizGoban from the command line.

## LizGoban 0.8.0

Highlights:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "LizGoban",
"version": "0.8.0",
"version": "0.8.1-pre1",
"description": "An analysis tool of the game Go with Leela Zero and KataGo",
"author": "kaorahi <[email protected]>",
"license": "GPL-3.0",
Expand Down

0 comments on commit b444856

Please sign in to comment.