From 733223fbca28ad19459d0bcc33bb944fb6641850 Mon Sep 17 00:00:00 2001 From: Pauan Date: Mon, 20 Jan 2020 04:40:59 +0100 Subject: [PATCH] Version 0.5.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cc18a5..c9b0a46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.6" +version = "0.5.7" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"