From aa95a5d0df3bbdbb29144f4b1e69d6c985b2691f Mon Sep 17 00:00:00 2001 From: Pauan Date: Sun, 18 Mar 2018 08:50:19 -1000 Subject: [PATCH] Version 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f7d582..79a8efa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.1.0" +version = "0.1.1" authors = ["Pauan "] description = "Zero cost virtual DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"