Skip to content

Commit

Permalink
0.5.2-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
fohristiwhirl committed Jun 16, 2019
1 parent 394e8ef commit 2b5e1b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion 9_renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ function make_renderer() {
let span = document.getElementById(`movelist_${n}`);
span.className = highlight_class;
}

};

renderer.draw_movelist_hard = () => {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nibbler",
"version": "0.5.2",
"version": "0.5.2-rc1",
"author": "Fohristiwhirl",
"description": "Leela Chess Zero (Lc0) interface",
"main": "main.js",
Expand Down

0 comments on commit 2b5e1b9

Please sign in to comment.