Version 0.2.2

This commit is contained in:
Pauan 2018-10-25 11:02:58 -10:00
parent ffbc1ddc9a
commit b01f541ec0
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -10,7 +10,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "dominator"
version = "0.2.0"
version = "0.2.2"
dependencies = [
"discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
"futures-channel-preview 0.3.0-alpha.9 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "dominator"
version = "0.2.1"
version = "0.2.2"
authors = ["Pauan <pcxunlimited@gmail.com>"]
description = "Zero cost virtual DOM library using FRP signals"
repository = "https://github.com/Pauan/rust-dominator"