Skip to content

Commit

Permalink
add EdJoPaTo to the list of authors
Browse files Browse the repository at this point in the history
  • Loading branch information
ayrat555 committed Sep 9, 2024
1 parent c2e7c50 commit 9e09dd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "frankenstein"
version = "0.32.5"
authors = ["Ayrat Badykov <[email protected]>", "Pepe Márquez <[email protected]>"]
authors = ["Ayrat Badykov <[email protected]>", "EdJoPaTo <[email protected]>", "Pepe Márquez <[email protected]>"]
description = "Telegram bot API client for Rust"
edition = "2021"
license = "WTFPL"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Telegram bot API client for Rust.

It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.9 of the API.
It's a complete wrapper for Telegram bot API, and it's up-to-date with version 7.10 of the API.

Frankenstein's data structures (rust structs and enums) are mapped one-to-one from Telegram bot API objects and method parameters.

Expand Down

0 comments on commit 9e09dd8

Please sign in to comment.