Skip to content

Commit c328df2

Browse files
authored
Release modalkit{,-ratatui}@0.0.24 (#178)
1 parent 4085715 commit c328df2

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
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.23"
31+
version = "0.0.24"
3232

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ used by adding `modalkit` to your dependencies in your project's `Cargo.toml`.
1717

1818
```toml
1919
[dependencies]
20-
modalkit = "0.0.22"
20+
modalkit = "0.0.24"
2121
```
2222

2323
## License

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.23"
3+
version = "0.0.24"
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.23"
21+
modalkit-ratatui = "0.0.24"
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.23"
3+
version = "0.0.24"
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.23"
24+
modalkit = "0.0.24"
2525
```
2626

2727
## License

0 commit comments

Comments
 (0)