diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cd1949b..c34d032 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,7 +29,7 @@ jobs: with: generate_release_notes: true files: | - desktop/src-tauri/target/release/bundle/msi/rqbit-desktop_5.0.2_x64_en-US.msi + desktop/src-tauri/target/release/bundle/msi/rqbit-desktop_5.1.0_x64_en-US.msi - name: Build release run: cargo build --profile release-github diff --git a/Cargo.lock b/Cargo.lock index 183c332..d855bf0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1253,7 +1253,7 @@ dependencies = [ [[package]] name = "librqbit" -version = "5.0.0" +version = "5.1.0" dependencies = [ "anyhow", "axum 0.7.2", @@ -2006,7 +2006,7 @@ dependencies = [ [[package]] name = "rqbit" -version = "5.0.0" +version = "5.1.0" dependencies = [ "anyhow", "bytes", diff --git a/crates/librqbit/Cargo.toml b/crates/librqbit/Cargo.toml index 5118f12..50b6d3b 100644 --- a/crates/librqbit/Cargo.toml +++ b/crates/librqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "librqbit" -version = "5.0.0" +version = "5.1.0" 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 29cb24b..c859cb7 100644 --- a/crates/rqbit/Cargo.toml +++ b/crates/rqbit/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit" -version = "5.0.0" +version = "5.1.0" 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 6b0a3ec..670217c 100644 --- a/desktop/src-tauri/Cargo.toml +++ b/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rqbit-desktop" -version = "5.0.2" +version = "5.1.0" description = "rqbit torrent client" authors = ["you"] license = ""