diff --git a/Cargo.toml b/Cargo.toml index e34c6c3ba..3c563c60e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sauron" -version = "0.4.0" +version = "0.5.0" authors = [ "Jovansonlee Cesar " ] license = "MIT" description = "An html library for building client side webapps" @@ -12,7 +12,7 @@ edition = "2018" [dependencies] js-sys = "0.3.19" -sauron_vdom = "0.4.0" +sauron_vdom = "0.5.0" maplit = "1.0.1" wasm-bindgen = "0.2.42" lazy_static = "1.3.0" @@ -67,8 +67,8 @@ members = [ ] [replace] -"sauron:0.4.0" = { path = "." } -"sauron_vdom:0.4.0" = { path = "crates/sauron_vdom" } +"sauron:0.5.0" = { path = "." } +"sauron_vdom:0.5.0" = { path = "crates/sauron_vdom" } [profile.release]