Skip to content

Commit

Permalink
(cargo-release) version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aniketfuryrocks committed Dec 23, 2021
1 parent 587d22f commit 9a22c85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "gxi"
version = "0.5.0"
version = "0.6.0"
authors = ["aniketfuryrocks <[email protected]>"]
edition = "2018"
description = "Zero-Cost Cross-Platform Native Widget based Component System in Rust"
Expand Down
2 changes: 1 addition & 1 deletion examples/web/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 9a22c85

Please sign in to comment.