Skip to content

Commit 96f28f6

Browse files
committed
bump versions
1 parent 413530c commit 96f28f6

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ members = [
1212
resolver = "3"
1313

1414
[workspace.package]
15-
version = "0.1.1"
15+
version = "0.1.2"
1616
edition = "2024"
1717
license = "MIT"
1818
repository = "https://github.com/ealmloff/dioxus-code"
@@ -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.2"
29+
version = "0.1.3"
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.3"
3+
version = "0.1.4"
44
edition.workspace = true
55
license.workspace = true
66
description = "Syntax-highlighted code editor component for Dioxus."

0 commit comments

Comments
 (0)