Bump version to 5.1.0

This commit is contained in:
Igor Katson 2023-12-09 00:27:43 +00:00
parent 2017c5ec94
commit 08c401cf9f
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
5 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ jobs:
with: with:
generate_release_notes: true generate_release_notes: true
files: | 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 - name: Build release
run: cargo build --profile release-github run: cargo build --profile release-github

4
Cargo.lock generated
View file

@ -1253,7 +1253,7 @@ dependencies = [
[[package]] [[package]]
name = "librqbit" name = "librqbit"
version = "5.0.0" version = "5.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"axum 0.7.2", "axum 0.7.2",
@ -2006,7 +2006,7 @@ dependencies = [
[[package]] [[package]]
name = "rqbit" name = "rqbit"
version = "5.0.0" version = "5.1.0"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"bytes", "bytes",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "librqbit" name = "librqbit"
version = "5.0.0" version = "5.1.0"
authors = ["Igor Katson <igor.katson@gmail.com>"] authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021" edition = "2021"
description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it." description = "The main library used by rqbit torrent client. The binary is just a small wrapper on top of it."

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rqbit" name = "rqbit"
version = "5.0.0" version = "5.1.0"
authors = ["Igor Katson <igor.katson@gmail.com>"] authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021" edition = "2021"
description = "A bittorrent command line client and server." description = "A bittorrent command line client and server."

View file

@ -1,6 +1,6 @@
[package] [package]
name = "rqbit-desktop" name = "rqbit-desktop"
version = "5.0.2" version = "5.1.0"
description = "rqbit torrent client" description = "rqbit torrent client"
authors = ["you"] authors = ["you"]
license = "" license = ""