From 2f15aec063249f3ecef6617edf5b2ad8157bb259 Mon Sep 17 00:00:00 2001 From: aidanaden Date: Fri, 21 Jun 2024 04:10:14 +0800 Subject: [PATCH] feat: release 0.3.3 --- Cargo.lock | 2 +- rm-main/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5334d64..85ad60b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1252,7 +1252,7 @@ dependencies = [ [[package]] name = "rustmission" -version = "0.3.2" +version = "0.3.3" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/rm-main/Cargo.toml b/rm-main/Cargo.toml index 7fb0678..103de5a 100644 --- a/rm-main/Cargo.toml +++ b/rm-main/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustmission" -version = "0.3.2" +version = "0.3.3" edition = "2021" description = "TUI for Transmission daemon" repository = "https://github.com/intuis/rustmission"