Skip to content

Commit

Permalink
bump version to 0.2.2 in Cargo.toml and update references in README a…
Browse files Browse the repository at this point in the history
…nd lib.rs
  • Loading branch information
nulluser0 committed Dec 4, 2024
1 parent e96bc4d commit 5f50432
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "marzban_api"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["nulluser0 (da0da) <diuyueng@gmail.com>"]
description = "A simple async client which abstracts/simplifies the interactions with the Marzban panel API (https://github.com/Gozargah/Marzban)."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ or via Cargo.toml:

```toml
[dependencies]
marzban_api = "0.2.1"
marzban_api = "0.2.2"
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//!
//! ```toml
//! [dependencies]
//! marzban_api_client = "0.2.1"
//! marzban_api_client = "0.2.2"
//! ```
//!
//! or run this command:
Expand Down

0 comments on commit 5f50432

Please sign in to comment.