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