From 5f50432b15495fb2e1bed56a3e76bf35067d82b3 Mon Sep 17 00:00:00 2001 From: nulluser0 Date: Wed, 4 Dec 2024 18:50:01 +1100 Subject: [PATCH] bump version to 0.2.2 in Cargo.toml and update references in README and lib.rs --- Cargo.toml | 2 +- README.md | 2 +- src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f0896e0..18a2bba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "marzban_api" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["nulluser0 (da0da) "] description = "A simple async client which abstracts/simplifies the interactions with the Marzban panel API (https://github.com/Gozargah/Marzban)." diff --git a/README.md b/README.md index 1c7631b..fcf5a3b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ or via Cargo.toml: ```toml [dependencies] -marzban_api = "0.2.1" +marzban_api = "0.2.2" ``` ## Examples diff --git a/src/lib.rs b/src/lib.rs index 4df357e..610bc8f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ //! //! ```toml //! [dependencies] -//! marzban_api_client = "0.2.1" +//! marzban_api_client = "0.2.2" //! ``` //! //! or run this command: