From dc3d3379451390c4814e895fe8142be504eae6d8 Mon Sep 17 00:00:00 2001 From: Pauan Date: Thu, 29 Aug 2019 05:19:09 +0200 Subject: [PATCH] Version 0.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a219a39..0b12758 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.0" +version = "0.5.1" authors = ["Pauan "] description = "Zero cost declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"