Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
antangelo committed Nov 12, 2024
1 parent e61c684 commit e51b023
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"

[workspace.package]
license = "MIT"
version = "0.8.2"
version = "0.8.3"
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.8.2" }
xdvdfs = { path = "../xdvdfs-core", version = "0.8.3" }
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-desktop/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tauri-build = { version = "1.5.0", features = [] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.5.3", features = [ "api-all"] }
xdvdfs = { path = "../xdvdfs-core", version = "0.8.2" }
xdvdfs = { path = "../xdvdfs-core", version = "0.8.3" }
ciso = { version = "0.2.0", default-features = false }
maybe-async = "0.2.7"
async-trait = "0.1.75"
Expand Down
2 changes: 1 addition & 1 deletion xdvdfs-web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,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.8.2" }
xdvdfs = { path = "../xdvdfs-core", version = "0.8.3" }
yew = { version = "0.20.0", features = ["csr"] }
yewprint = "0.4.4"

0 comments on commit e51b023

Please sign in to comment.