Skip to content

Commit

Permalink
release: 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micielski committed Sep 8, 2024
1 parent af71f3a commit 55d61c0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
]

[workspace.package]
version = "0.4.3"
version = "0.5.0"
edition = "2021"
authors = ["Remigiusz Micielski <[email protected]>"]
repository = "https://github.com/intuis/rustmission"
Expand Down
10 changes: 5 additions & 5 deletions rm-main/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "rustmission"
version = "0.4.3"
edition = "2021"
description = "TUI for Transmission daemon"
repository = "https://github.com/intuis/rustmission"
homepage = "https://github.com/intuis/rustmission"
license = "GPL-3.0-or-later"
version.workspace = true
edition.workspace = true
repository.workspace = true
homepage.workspace = true
license.workspace = true

[[bin]]
name = "rustmission"
Expand Down

0 comments on commit 55d61c0

Please sign in to comment.