diff --git a/edita-core/Cargo.toml b/edita-core/Cargo.toml index eb06c4e..4553974 100644 --- a/edita-core/Cargo.toml +++ b/edita-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edita-core" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Geoffrey Mureithi "] description = "edita-core is a core rust library for building headless block editors" diff --git a/edita/Cargo.toml b/edita/Cargo.toml index 004e41f..eb47346 100644 --- a/edita/Cargo.toml +++ b/edita/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edita" -version = "0.2.0" +version = "0.2.1" edition = "2021" authors = ["Geoffrey Mureithi "] description = "edita is a simple block html-based editor built with rust" @@ -27,4 +27,4 @@ web-sys = { version = "0.3", features = [ js-sys = "0.3" wasm-bindgen = "0.2" serde = { version = "1", features = ["derive"] } -edita-core = { path = "../edita-core", version = "0.2.0" } +edita-core = { path = "../edita-core", version = "0.2.1" }