diff --git a/README.md b/README.md index 30a6198..027808d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add the dependencies: ```toml [dependencies] -lichess-api = "0.7" +lichess-api = "1.0" tokio = { version = "1", features = ["full"] } ``` diff --git a/lib/Cargo.toml b/lib/Cargo.toml index c4e6ae4..27792f5 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lichess-api" -version = "0.7.0" +version = "1.0.0" edition = "2024" license = "Apache-2.0" description = "A client library for the Lichess API"