diff --git a/README.md b/README.md index cd9d7b0..7ab931f 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,13 @@ Liquid chess engine tries to replicate human play, self-adjusting according to t - Novice [1400 - 1900] - Beginner [0 - 1400] + +## Liquid Lichess Ratings +- Blitz 2230 +- Bullet 2281 +- Rapid 1872 +- Classical 1879? + ## Liquid's helpers Liquid uses Stockfish's best move to come up with the right one, but according to its mode, it can self-adjust to using Stockfish or its logic. diff --git a/pom.xml b/pom.xml index 97eae93..e657605 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.example Liquid - 4.0-SNAPSHOT + 5.0-SNAPSHOT