Skip to content

Commit

Permalink
Cut version v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed Aug 11, 2023
1 parent b60ad59 commit bcdf429
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [

[workspace.package]
license = "MIT"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
repository = "https://github.com/antangelo/xdvdfs"
homepage = "https://github.com/antangelo/xdvdfs"
Expand Down
2 changes: 1 addition & 1 deletion xdvdfs-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ homepage.workspace = true
exclude = ["**/*.iso", "**/*.xiso"]

[dependencies]
xdvdfs = { path = "../xdvdfs-core", version = "0.5.1" }
xdvdfs = { path = "../xdvdfs-core", version = "0.5.2" }
clap = { version = "4.2.1", features = ["derive"] }
md-5 = { version = "0.10.5", default-features = false }
futures = "0.3.28"
Expand Down
2 changes: 1 addition & 1 deletion xdvdfs-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ wasm-bindgen = "0.2.84"
wasm-bindgen-futures = "0.4.34"
wasm-logger = "0.2.0"
web-sys = { version = "0.3.61", features = ["WritableStream", "MediaQueryList", "Window"] }
xdvdfs = { path = "../xdvdfs-core", version = "0.5.1" }
xdvdfs = { path = "../xdvdfs-core", version = "0.5.2" }
yew = { version = "0.20.0", features = ["csr"] }
yewprint = "0.4.4"

0 comments on commit bcdf429

Please sign in to comment.