From ec04d7fa550d9f17ad2a3d0210f396a095c21954 Mon Sep 17 00:00:00 2001 From: George Miao Date: Wed, 1 May 2024 10:21:25 +0900 Subject: [PATCH] chore: Release qbit-rs version 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fc1f58a..0aee3d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbit-rs" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT" description = "A Rust library for interacting with qBittorrent's Web API"