diff --git a/Cargo.lock b/Cargo.lock index 516906f6ad86878b31ac6a788f27ecd97ce6d195..edbb9a8ce0e2256a2411ea0bfef725178339e0c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -482,7 +482,7 @@ dependencies = [ [[package]] name = "bevy_cosmic_edit" -version = "0.23.0" +version = "0.24.0" dependencies = [ "arboard", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 34c69c05c1cb8958281934f75e430096f86a4bb6..af1e797c000dbb496dc4b9f6f69b66feef74b8a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_cosmic_edit" -version = "0.23.0" +version = "0.24.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Bevy cosmic-text multiline text input"