From ccb9bcbf337c2743aa6bdb756116f98a993d2052 Mon Sep 17 00:00:00 2001 From: Pauan Date: Tue, 2 Jun 2020 03:27:00 +0200 Subject: [PATCH] Version 0.5.11 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75e08c9..8c5fd7d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.10" +version = "0.5.11" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"