Skip to content

Commit

Permalink
Bump version to 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Dec 9, 2023
1 parent 2017c5e commit 08c401c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/librqbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "librqbit"
version = "5.0.0"
version = "5.1.0"
authors = ["Igor Katson <[email protected]>"]
edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."
Expand Down
2 changes: 1 addition & 1 deletion crates/rqbit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqbit"
version = "5.0.0"
version = "5.1.0"
authors = ["Igor Katson <[email protected]>"]
edition = "2021"
description = "A bittorrent command line client and server."
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rqbit-desktop"
version = "5.0.2"
version = "5.1.0"
description = "rqbit torrent client"
authors = ["you"]
license = ""
Expand Down

0 comments on commit 08c401c

Please sign in to comment.