From 5c86d8d69a2a3b3b5e7a8a1cd77ac959f350a2ac Mon Sep 17 00:00:00 2001 From: Pauan Date: Thu, 25 Oct 2018 12:31:22 -1000 Subject: [PATCH] Version 0.2.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7a75dc8..cacd7ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.2.2" +version = "0.2.3" authors = ["Pauan "] description = "Zero cost virtual DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"