From db42d2a02beb41e7da0d4eea06edfbf8b414bee5 Mon Sep 17 00:00:00 2001 From: Pauan Date: Mon, 26 Oct 2020 13:18:55 +0100 Subject: [PATCH] Version 0.5.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3a1d8c7..fe33cc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.13" +version = "0.5.14" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"