Skip to content

Commit 8710bb5

Browse files
committed
Fix README
1 parent 5a79074 commit 8710bb5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ A full-featured Telegram Bot API client
99
[![Release Documentation](https://img.shields.io/badge/docs-release-brightgreen.svg?style=flat-square)](https://docs.rs/tgbot)
1010
[![Master Documentation](https://img.shields.io/badge/docs-master-blueviolet.svg?style=flat-square)](https://tg-rs.github.io/tgbot/tgbot/)
1111
[![Telegram Chat](https://img.shields.io/badge/-@tgrsusers-blue?style=flat-square&logo=telegram)](https://t.me/tgrsusers)
12-
[![License](https://img.shields.io/crates/l/tgbot.svg?style=flat-square)](https://github.com/tg-rs/tgbot/tree/0.9.0/LICENSE)
12+
[![License](https://img.shields.io/crates/l/tgbot.svg?style=flat-square)](https://github.com/tg-rs/tgbot/tree/0.10.0/LICENSE)
1313

1414
## Installation
1515

1616
```toml
1717
[dependencies]
18-
tgbot = "0.9.0"
18+
tgbot = "0.10.0"
1919
```
2020

2121
## Example
@@ -76,7 +76,7 @@ async fn main() {
7676
}
7777
```
7878

79-
See more examples in [examples](https://github.com/tg-rs/tgbot/tree/0.9.0/examples) directory.
79+
See more examples in [examples](https://github.com/tg-rs/tgbot/tree/0.10.0/examples) directory.
8080

8181
In order to run an example you need to create a `.env` file:
8282
```sh
@@ -86,11 +86,11 @@ Don't forget to change value of `TGBOT_TOKEN` and other variables if required.
8686

8787
## Changelog
8888

89-
See [CHANGELOG.md](https://github.com/tg-rs/tgbot/tree/0.9.0/CHANGELOG.md)
89+
See [CHANGELOG.md](https://github.com/tg-rs/tgbot/tree/0.10.0/CHANGELOG.md)
9090

9191
## Code of Conduct
9292

93-
See [CODE_OF_CONDUCT.md](https://github.com/tg-rs/tgbot/tree/0.9.0/CODE_OF_CONDUCT.md).
93+
See [CODE_OF_CONDUCT.md](https://github.com/tg-rs/tgbot/tree/0.10.0/CODE_OF_CONDUCT.md).
9494

9595
## LICENSE
9696

0 commit comments

Comments
 (0)