Skip to content

Commit

Permalink
Release modalkit{,-ratatui}@0.0.20 (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
ulyssa committed Aug 12, 2024
1 parent ccb799e commit 24f3ec1
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.0.1"

[workspace.dependencies.modalkit]
path = "crates/modalkit"
version = "0.0.19"
version = "0.0.20"

[workspace.dependencies]
bitflags = "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ used by adding `modalkit` to your dependencies in your project's `Cargo.toml`.

```toml
[dependencies]
modalkit = "0.0.19"
modalkit = "0.0.20"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion crates/modalkit-ratatui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modalkit-ratatui"
version = "0.0.19"
version = "0.0.20"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit-ratatui"
description = "A library for building TUI applications that use modal editing"
keywords = ["modal", "ratatui", "tui"]
Expand Down
2 changes: 1 addition & 1 deletion crates/modalkit-ratatui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ your project's `Cargo.toml`.

```toml
[dependencies]
modalkit-ratatui = "0.0.19"
modalkit-ratatui = "0.0.20"
```

## License
Expand Down
2 changes: 1 addition & 1 deletion crates/modalkit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "modalkit"
version = "0.0.19"
version = "0.0.20"
homepage = "https://github.com/ulyssa/modalkit/tree/main/crates/modalkit"
readme = "README.md"
description = "A library for building applications that use modal editing"
Expand Down
2 changes: 1 addition & 1 deletion crates/modalkit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ project's `Cargo.toml`.

```toml
[dependencies]
modalkit = "0.0.19"
modalkit = "0.0.20"
```

## License
Expand Down

0 comments on commit 24f3ec1

Please sign in to comment.