Skip to content

Commit b19d4b7

Browse files
committed
release 0.2.1
1 parent c7f347c commit b19d4b7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

async_ui_web/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_ui_web"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Async UI for the Browser"
66
license = "MPL-2.0"
@@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]
1414
doctest = false
1515

1616
[dependencies]
17-
async_ui_web_core = { version = "0.2.0", path = "../async_ui_web_core/" }
17+
async_ui_web_core = { version = "0.2.1", path = "../async_ui_web_core/" }
1818
async_ui_web_html = { version = "0.2.0", path = "../async_ui_web_html/" }
1919
async_ui_web_macros = { version = "0.2.0", path = "../async_ui_web_macros/" }
2020
async_ui_internal_utils = { version = "0.0.2", path = "../async_ui_internal_utils/" }

async_ui_web_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "async_ui_web_core"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Async UI for the Browser"
66
license = "MPL-2.0"

async_ui_web_html/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[package]
22
name = "async_ui_web_html"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Async UI for the Browser"
66
license = "MPL-2.0"
77
repository = "https://github.com/wishawa/async_ui"
88

99
[dependencies]
10-
async_ui_web_core = { version = "0.2.0", path = "../async_ui_web_core/" }
10+
async_ui_web_core = { version = "0.2.1", path = "../async_ui_web_core/" }
1111
async_ui_internal_utils = { version = "0.0.2", path = "../async_ui_internal_utils/" }
1212

1313
wasm-bindgen = "0.2.87"

0 commit comments

Comments
 (0)