From b1ffa0d182150f2092b21d09c8ed8becf87afa29 Mon Sep 17 00:00:00 2001 From: George Miao Date: Sat, 14 Sep 2024 04:10:39 -0400 Subject: [PATCH] chore: Release qbit-rs version 0.4.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b429b21..5bb4fea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbit-rs" -version = "0.4.3" +version = "0.4.4" edition = "2021" license = "MIT" description = "A Rust library for interacting with qBittorrent's Web API"