diff --git a/README.md b/README.md index f5c23baf..9f52ec55 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ - + diff --git a/crates/teloxide-core/README.md b/crates/teloxide-core/README.md index d4c80ba5..e9497664 100644 --- a/crates/teloxide-core/README.md +++ b/crates/teloxide-core/README.md @@ -12,7 +12,7 @@ - + diff --git a/crates/teloxide-core/src/lib.rs b/crates/teloxide-core/src/lib.rs index 7ac35e29..9da039de 100644 --- a/crates/teloxide-core/src/lib.rs +++ b/crates/teloxide-core/src/lib.rs @@ -1,7 +1,7 @@ //! Core part of the [`teloxide`] library. //! //! This library provides tools for making requests to the [Telegram Bot API] -//! (Currently, version `6.2` is supported) with ease. The library is fully +//! (Currently, version `6.3` is supported) with ease. The library is fully //! asynchronous and built using [`tokio`]. //! //!```toml