diff --git a/crates/events/Cargo.toml b/crates/events/Cargo.toml index 2820676d..c851053b 100644 --- a/crates/events/Cargo.toml +++ b/crates/events/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "gloo-events" description = "Convenience crate for working with DOM event listeners" -version = "0.1.0" +version = "0.1.1" authors = ["Rust and WebAssembly Working Group"] edition = "2018" license = "MIT/Apache-2.0"