Skip to content

Commit

Permalink
bump: to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
geofmureithi committed Feb 25, 2024
1 parent d246701 commit 93c8f0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion edita-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edita-core"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Geoffrey Mureithi <mureithinjuguna@gmail.com>"]
description = "edita-core is a core rust library for building headless block editors"
Expand Down
4 changes: 2 additions & 2 deletions edita/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "edita"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["Geoffrey Mureithi <mureithinjuguna@gmail.com>"]
description = "edita is a simple block html-based editor built with rust"
Expand All @@ -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" }

0 comments on commit 93c8f0c

Please sign in to comment.