Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrucru committed Jul 15, 2018
1 parent 9dfd915 commit c82a559
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ Finally, in the library, the ELO is given by a formula based on the natural loga
- Engine: the supported technical variant names are `suicide`, `giveaway` and `antichess`
- Engine: new UCI option `Precise Score`
- Library: removed method AntiCrux.prototype.startUI
- **In progress - Version 0.3.1** *[no backwards compatibility]*
- **July 15th 2018 - Version 0.3.1** *[no backwards compatibility]*
- Library: new method AntiCrux.prototype.getMaterialDifference
- UI: display of the material difference and centipawns
- Engine: removed UCI option UCI_Chess960
Expand Down
2 changes: 1 addition & 1 deletion anticrux.js

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

2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.github.ecrucru.anticrux" version="0.3.0">
<widget xmlns="http://www.w3.org/ns/widgets" xmlns:gap="http://phonegap.com/ns/1.0" id="com.github.ecrucru.anticrux" version="0.3.1">
<name>AntiCrux</name>
<description>Suicide chess engine acting as desktop engine, web page, mobile application, Internet chess server and library</description>
<author href="http://github.com/ecrucru/anticrux/">ecrucru</author>
Expand Down
2 changes: 1 addition & 1 deletion node_modules/anticrux/package.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": "anticrux",
"version": "0.3.0",
"version": "0.3.1",
"description": "Suicide chess engine acting as desktop engine, web page, mobile application, Internet chess server and library",
"readmeFilename": "README.md",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion yuidoc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "AntiCrux",
"version": "0.3.0",
"version": "0.3.1",
"description": "Suicide chess engine acting as desktop engine, web page, mobile application, Internet chess server and library",
"url": "https://github.com/ecrucru/anticrux/",
"options": {
Expand Down

0 comments on commit c82a559

Please sign in to comment.