From 59df19cf36c9839244dc33e6f1df7a30e48b9067 Mon Sep 17 00:00:00 2001 From: Christiaan Biesterbosch Date: Sun, 27 Dec 2020 18:49:55 +0100 Subject: [PATCH] Bump version to 0.3.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25e44e9..0af28b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "transmission-rpc" -version = "0.3.1" +version = "0.3.2" authors = ["red "] edition = "2018" repository = "https://github.com/j0rsa/transmission-rpc"