Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ranile committed Jun 19, 2022
1 parent 54e1fd4 commit 70721c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions material-yew/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "material-yew"
version = "0.1.0"
version = "0.2.0"
authors = ["Hamza <muhammadhamza1311@gmail.com>"]
edition = "2018"
readme = "../README.md"
Expand All @@ -14,7 +14,7 @@ description = "Yew wrapper for Material Web Components"

[dependencies]
wasm-bindgen = "0.2"
yew = { version = "0.19"}
yew = { version = "0.19" }
js-sys = "0.3"
paste = "1.0"
gloo = "0.2"
Expand Down

0 comments on commit 70721c1

Please sign in to comment.