diff --git a/Cargo.lock b/Cargo.lock index f4b031b..9b87610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -836,7 +836,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "3.1.0" +version = "3.2.0" dependencies = [ "anyhow", "axum", @@ -1491,7 +1491,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "3.1.0" +version = "3.2.0" dependencies = [ "anyhow", "clap", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 25d50f0..37435f9 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "3.1.0" +version = "3.2.0" authors = ["Igor Katson "] edition = "2018" 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 4816ee8..b240b92 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "3.1.0" +version = "3.2.0" authors = ["Igor Katson "] edition = "2018" description = "A bittorrent command line client and server."