Skip to content

Commit 2a98cff

Browse files
authored
Release modalkit{,-ratatui}@0.0.23 (#172)
1 parent a8cc944 commit 2a98cff

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

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
@@ -28,7 +28,7 @@ version = "0.0.2"
2828

2929
[workspace.dependencies.modalkit]
3030
path = "crates/modalkit"
31-
version = "0.0.22"
31+
version = "0.0.23"
3232

3333
[workspace.dependencies]
3434
bitflags = "2.4.2"

crates/modalkit-ratatui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modalkit-ratatui"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit-ratatui"
55
description = "A library for building TUI applications that use modal editing"
66
keywords = ["modal", "ratatui", "tui"]

crates/modalkit-ratatui/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ your project's `Cargo.toml`.
1818

1919
```toml
2020
[dependencies]
21-
modalkit-ratatui = "0.0.22"
21+
modalkit-ratatui = "0.0.23"
2222
```
2323

2424
## License

crates/modalkit/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "modalkit"
3-
version = "0.0.22"
3+
version = "0.0.23"
44
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit"
55
readme = "README.md"
66
description = "A library for building applications that use modal editing"

crates/modalkit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ project's `Cargo.toml`.
2121

2222
```toml
2323
[dependencies]
24-
modalkit = "0.0.22"
24+
modalkit = "0.0.23"
2525
```
2626

2727
## License

0 commit comments

Comments
 (0)