diff --git a/Cargo.lock b/Cargo.lock index f967a0f..b49f094 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1254,7 +1254,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.5.0" +version = "5.5.1" dependencies = [ "anyhow", "async-stream", @@ -2048,7 +2048,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.5.0" +version = "5.5.1" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index e05ceb5..9ba6353 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.5.0" +version = "5.5.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 91d98d2..a5cb9a4 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.5.0" +version = "5.5.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 b605bc7..b3ec7fe 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.5.0" +version = "5.5.1" description = "rqbit torrent client" authors = ["you"] license = ""