diff --git a/Cargo.toml b/Cargo.toml
index 155a7e77abcc694371f4ed107a1cbe8ec4f05631..dd5ce2078ccaee175204218d4b9e7bed3ffaa702 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "bevy_cosmic_edit"
-version = "0.14.0"
+version = "0.15.0"
 edition = "2021"
 license = "MIT OR Apache-2.0"
 description = "Bevy cosmic-text multiline text input"
diff --git a/readme.md b/readme.md
index 8d3e7b2d3f03c5ccca6bda61239903a5bd690cff..5b56f3a94116d6e2d0a4ee286aec75475eccac16 100644
--- a/readme.md
+++ b/readme.md
@@ -27,9 +27,10 @@ RUSTFLAGS=--cfg=web_sys_unstable_apis cargo r --target wasm32-unknown-unknown --
 
 ## Compatibility
 
-| bevy | bevy_cosmic_edit |
-| ---- | ---------------- |
-| 0.11 | 0.8 - latest     |
+| bevy   | bevy_cosmic_edit |
+| ------ | ---------------- |
+| 0.12.0 | 0.15 - latest    |
+| 0.11.* | 0.8 - 0.14       |
 
 
 ## License