From ae3fa74d9bf3cefe9b630ccdf426322c94324c1f Mon Sep 17 00:00:00 2001 From: VC Date: Mon, 16 Oct 2023 21:23:15 +0200 Subject: [PATCH] chore: bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index dd14064..6603631 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1081,7 +1081,7 @@ dependencies = [ [[package]] name = "tootube" -version = "0.4.0" +version = "0.4.1" dependencies = [ "bytes", "clap", diff --git a/Cargo.toml b/Cargo.toml index af32a81..89d591d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tootube" authors = ["VC "] -version = "0.4.0" +version = "0.4.1" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html