-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d246701
commit 93c8f0c
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
description = "edita-core is a core rust library for building headless block editors" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>"] | ||
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" } |