diff --git a/Cargo.toml b/Cargo.toml index dc502fdf..00cee288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gxi" -version = "0.5.0" +version = "0.6.0" authors = ["aniketfuryrocks "] edition = "2018" description = "Zero-Cost Cross-Platform Native Widget based Component System in Rust" diff --git a/examples/web/Cargo.toml b/examples/web/Cargo.toml index 29ebb36c..a6199b67 100644 --- a/examples/web/Cargo.toml +++ b/examples/web/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2018" [dependencies] -gxi = { version = "^0.5.0", path = "../../", features = ["web", "async-web"] } +gxi = { version = "^0.6.0", path = "../../", features = ["web", "async-web"] } console_error_panic_hook = "0.1.6" wasm-bindgen-futures = "0.4.28" reqwest = "0.11.5"