From 6d43c4baa1505dee1e21e030b19754e3e9cc9faa Mon Sep 17 00:00:00 2001 From: Pauan Date: Sat, 18 Sep 2021 21:38:06 +0200 Subject: [PATCH] Version 0.5.20 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 457868c..c563210 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.19" +version = "0.5.20" authors = ["Pauan "] description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"