Skip to content

Commit

Permalink
Binbo 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
DOBRO committed Mar 22, 2022
1 parent 89bc96a commit f9e9b52
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.2]

- Fixed: the fifty-move rule was not applied correctly.

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, "4.0.1"}
{binbo, "4.0.2"}
]}.
----

Expand All @@ -78,7 +78,7 @@ Add Binbo as a dependency to your `mix.exs` file:
----
defp deps do
[
{:binbo, "~> 4.0.1"}
{:binbo, "~> 4.0.2"}
]
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, "4.0.1"},
{vsn, "4.0.2"},
{modules, []},
{registered, [binbo_sup]},
{applications, [kernel, stdlib, compiler, syntax_tools, uef]},
Expand Down

0 comments on commit f9e9b52

Please sign in to comment.