From e3226f50af3cd8a175c4f9354e384187d9ef1fe9 Mon Sep 17 00:00:00 2001 From: Pauan Date: Thu, 25 Oct 2018 10:45:41 -1000 Subject: [PATCH] Version 0.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7413e4d..f0d4bbb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.2.0" +version = "0.2.1" authors = ["Pauan "] description = "Zero cost virtual DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"