diff --git a/Cargo.lock b/Cargo.lock index a24314e..a50f52e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1261,7 +1261,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.6.0" +version = "5.6.1" dependencies = [ "anyhow", "async-stream", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index cdc282c..a8099fa 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.6.0" +version = "5.6.1" authors = ["Igor Katson "] edition = "2021" description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it." diff --git a/crates/rqbit/Cargo.toml b/crates/rqbit/Cargo.toml index 5d84866..3e5f9e2 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.6.0" +version = "5.6.1" authors = ["Igor Katson "] edition = "2021" description = "A bittorrent command line client and server." diff --git a/desktop/src-tauri/Cargo.toml b/desktop/src-tauri/Cargo.toml index 14daa79..f17ca5e 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.6.0" +version = "5.6.1" description = "rqbit torrent client" authors = ["you"] license = ""