From 1490631bf217e74fe3ea8387b42f349176a5bc57 Mon Sep 17 00:00:00 2001 From: Pauan Date: Mon, 23 Sep 2019 07:18:29 +0200 Subject: [PATCH] Version 0.5.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3839841..fe39014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.1" +version = "0.5.2" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"