Skip to content

Commit

Permalink
Binbo 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Feb 18, 2022
1 parent fdee4da commit 8a23c7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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]
## [4.0.0] - 2022-02-18

- Support for TCP connections to remote UCI chess engines.
- Environment variable `UCI_ENGINE_PATH` renamed to `BINBO_UCI_ENGINE_PATH` used in UCI tests.
Expand Down
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Add Binbo as a dependency to your `rebar.config` file:
[source,erlang]
----
{deps, [
{binbo, "3.0.0"}
{binbo, "4.0.0"}
]}.
----

Expand All @@ -78,7 +78,7 @@ Add Binbo as a dependency to your `mix.exs` file:
----
defp deps do
[
{:binbo, "~> 3.0.0"}
{:binbo, "~> 4.0.0"}
]
end
----
Expand Down
2 changes: 1 addition & 1 deletion src/binbo.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, binbo, [
{description, "Full-featured Chess representation using Bitboards"},
{vsn, "3.0.0"},
{vsn, "4.0.0"},
{modules, []},
{registered, [binbo_sup]},
{applications, [kernel, stdlib, compiler, syntax_tools, uef]},
Expand Down

0 comments on commit 8a23c7b

Please sign in to comment.