From 9eb9bcbd331392013f2879d91f82bd60b01ce1d1 Mon Sep 17 00:00:00 2001 From: Pauan Date: Fri, 30 Apr 2021 18:24:53 +0200 Subject: [PATCH] Version 0.5.16 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a5a58e..c0120e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.15" +version = "0.5.16" authors = ["Pauan "] description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"