Skip to content

Commit

Permalink
Bump yew-macro version to 0.14.1 (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Apr 4, 2020
1 parent ef44168 commit 039c860
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
Expand Up @@ -44,7 +44,7 @@ thiserror = "1"
toml = { version = "0.5", optional = true }
wasm-bindgen = { version = "0.2.60", optional = true }
wasm-bindgen-futures = { version = "0.4", optional = true }
yew-macro = { version = "0.14.0", path = "crates/macro" }
yew-macro = { version = "0.14.1", path = "crates/macro" }

[dependencies.web-sys]
version = "0.3"
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yew-macro"
version = "0.14.0"
version = "0.14.1"
edition = "2018"
authors = ["Justin Starry <[email protected]>"]
repository = "https://github.com/yewstack/yew"
Expand Down

0 comments on commit 039c860

Please sign in to comment.