From 9a22c85505173cca2fde724a05f7c854e43267f7 Mon Sep 17 00:00:00 2001 From: aniketfuryrocks Date: Fri, 24 Dec 2021 01:02:27 +0530 Subject: [PATCH] (cargo-release) version 0.6.0 --- Cargo.toml | 2 +- examples/web/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"