From 1fabfd4353e520e667beecded192b5d9f412828c Mon Sep 17 00:00:00 2001 From: Antonio Abbatangelo Date: Thu, 11 May 2023 19:20:27 -0400 Subject: [PATCH] Bump version v0.5.0 --- Cargo.toml | 2 +- xdvdfs-cli/Cargo.toml | 2 +- xdvdfs-web/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0198028..448ebc5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ [workspace.package] license = "MIT" -version = "0.4.0" +version = "0.5.0" edition = "2021" repository = "https://github.com/antangelo/xdvdfs" homepage = "https://github.com/antangelo/xdvdfs" diff --git a/xdvdfs-cli/Cargo.toml b/xdvdfs-cli/Cargo.toml index d671703..c0c8b2e 100644 --- a/xdvdfs-cli/Cargo.toml +++ b/xdvdfs-cli/Cargo.toml @@ -13,7 +13,7 @@ homepage.workspace = true exclude = ["**/*.iso", "**/*.xiso"] [dependencies] -xdvdfs = { path = "../xdvdfs-core", version = "0.4.0" } +xdvdfs = { path = "../xdvdfs-core", version = "0.5.0" } clap = { version = "4.2.1", features = ["derive"] } md-5 = { version = "0.10.5", default-features = false } futures = "0.3.28" diff --git a/xdvdfs-web/Cargo.toml b/xdvdfs-web/Cargo.toml index 319ba30..56ad896 100644 --- a/xdvdfs-web/Cargo.toml +++ b/xdvdfs-web/Cargo.toml @@ -22,6 +22,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.4.0" } +xdvdfs = { path = "../xdvdfs-core", version = "0.5.0" } yew = { version = "0.20.0", features = ["csr"] } yewprint = "0.4.4"