Skip to content

Commit

Permalink
releaes: 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Jul 4, 2024
1 parent eb953e5 commit ea7b25a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ members = [
]

[workspace.package]
version = "0.3.3"
version = "0.4.0"
edition = "2021"
authors = ["Remigiusz Micielski <[email protected]>"]
repository = "https://github.com/intuis/rustmission"
homepage = "https://github.com/intuis/rustmission"
license = "GPL-3.0-or-later"

[workspace.dependencies]
rm-config = { version = "0.3", path = "rm-config" }
rm-shared = { version = "0.3", path = "rm-shared" }
rm-config = { version = "0.4", path = "rm-config" }
rm-shared = { version = "0.4", path = "rm-shared" }

magnetease = "0.1"
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion rm-main/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rustmission"
version = "0.3.3"
version = "0.4.0"
edition = "2021"
description = "TUI for Transmission daemon"
repository = "https://github.com/intuis/rustmission"
Expand Down

0 comments on commit ea7b25a

Please sign in to comment.