diff --git a/build_with/release.md b/build_with/release.md index 43e1c6e4..842ecdda 100644 --- a/build_with/release.md +++ b/build_with/release.md @@ -1,9 +1,9 @@ -LizGoban 0.3.0-pre2 +LizGoban 0.3.0-pre3 -### Changes from 0.3.0-pre1 +### Changes from 0.3.0-pre2 -* Fix bugs in 0.2.0 and 0.3.0-pre1. -* Flip & rotate the board randomly in exercise. +* Fix bugs further. +* Replace KataGo network with a [stronger 10 blocks network](https://github.com/lightvector/KataGo/issues/88) on 2019-12-05. ### Links diff --git a/package.json b/package.json index 2cabb57b..a51619cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "LizGoban", - "version": "0.3.0-pre2", + "version": "0.3.0-pre3", "description": "An analysis tool of the game Go with Leela Zero and KataGo", "author": "kaorahi ", "license": "GPL-3.0",