Skip to content

Commit a6771c1

Browse files
committed
bump versions
1 parent eb8ace4 commit a6771c1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dioxus-code-editor = { version = "0.1.2", path = "code-editor", default-features
2626

2727
[package]
2828
name = "dioxus-code"
29-
version = "0.1.1"
29+
version = "0.1.2"
3030
edition.workspace = true
3131
license.workspace = true
3232
description = "Syntax-highlighted code blocks for Dioxus."

code-editor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dioxus-code-editor"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition.workspace = true
55
license.workspace = true
66
description = "Syntax-highlighted code editor component for Dioxus."

0 commit comments

Comments
 (0)