Skip to content
This repository has been archived by the owner on Jun 10, 2023. It is now read-only.

Commit

Permalink
0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j2ghz committed Feb 10, 2022
1 parent 7c99a6b commit f868e5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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 modsink-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "modsink-ui"
version = "0.5.0"
version = "0.5.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions modsink/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = 'AGPL-3.0-or-later'
name = "modsink"
readme = '../README.md'
repository = 'https://github.com/j2ghz/ModSink/'
version = "0.5.0"
version = "0.5.1"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand All @@ -17,7 +17,7 @@ cdchunking = "1"
clap = {version = "3", features = ["derive", "cargo", "wrap_help"]}
indicatif = "0.16"
log = "0.4"
modsink-ui = {path = "../modsink-ui", optional = true, version = "0.5.0"}
modsink-ui = {path = "../modsink-ui", optional = true, version = "0.5.1"}
ptree = "0.4"
registry = "1.2"
schemars = "0.8"
Expand Down

0 comments on commit f868e5c

Please sign in to comment.