Skip to content

Commit 70721c1

Browse files
committed
Release v0.2.0
1 parent 54e1fd4 commit 70721c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

material-yew/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "material-yew"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Hamza <[email protected]>"]
55
edition = "2018"
66
readme = "../README.md"
@@ -14,7 +14,7 @@ description = "Yew wrapper for Material Web Components"
1414

1515
[dependencies]
1616
wasm-bindgen = "0.2"
17-
yew = { version = "0.19"}
17+
yew = { version = "0.19" }
1818
js-sys = "0.3"
1919
paste = "1.0"
2020
gloo = "0.2"

0 commit comments

Comments
 (0)