From d9862065b8ebab3566a6ebfbcf4ee3ed12854338 Mon Sep 17 00:00:00 2001 From: Pauan Date: Thu, 27 Aug 2020 17:22:32 +0200 Subject: [PATCH] Version 0.5.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5c92587..47b94d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.11" +version = "0.5.12" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"