diff --git a/Cargo.toml b/Cargo.toml index 2b58b92..d7062a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.2.3" +version = "0.3.0" authors = ["Pauan "] description = "Zero cost virtual DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"