From 865c85a53bf61d06f7ca73916108fd1b65936fe2 Mon Sep 17 00:00:00 2001 From: George Miao Date: Mon, 31 Oct 2022 11:18:11 -0400 Subject: [PATCH] chore: bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 739bf89..19b5ecf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "transmission-rpc" -version = "0.3.7" -authors = ["red "] +version = "0.4.0" +authors = ["red ", "George Miao "] edition = "2021" repository = "https://github.com/j0rsa/transmission-rpc" license = "MIT"