From e3fc0f152aa2dab4c36648bcb8c4648080d9d9d4 Mon Sep 17 00:00:00 2001 From: Pauan Date: Mon, 27 Apr 2020 07:37:15 +0200 Subject: [PATCH] Version 0.5.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d75432a..129a720 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.8" +version = "0.5.9" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"