From e9f2c7586084c6be40568060f29f863a69532d73 Mon Sep 17 00:00:00 2001 From: Pauan Date: Sat, 16 Feb 2019 11:15:19 +0100 Subject: [PATCH] Version 0.4.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 01a958c..fb1fa6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.4.1" +version = "0.4.2" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"