diff --git a/Cargo.toml b/Cargo.toml index 5e5612fd..b604dbe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tbot" -version = "0.5.1" +version = "0.5.2" description = "Make cool Telegram bots with Rust easily." repository = "https://gitlab.com/SnejUgal/tbot" readme = "./readme.md" diff --git a/readme.md b/readme.md index 77b3d857..3c81cc56 100644 --- a/readme.md +++ b/readme.md @@ -47,8 +47,8 @@ file an issue on either our [GitLab] or [GitHub] repository. ## Features -- Full Bot API v4.6 support, including Polls v2.0, media download/upload, - polling and [webhooks]; +- Full Bot API 4.7 support, as well as media download/upload, polling + and [webhooks]; - `async`/`.await` support, built upon `tokio`; - Type-safe and idiomatic API; - Easy to use, while scalable and configurable.