diff --git a/Cargo.toml b/Cargo.toml index cb68a5e0..0420698c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "rhai" -version = "0.19.10" +version = "0.19.11" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust" diff --git a/RELEASES.md b/RELEASES.md index 1240a3cf..e1445d1e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,6 +1,11 @@ Rhai Release Notes ================== +Version 0.19.11 +=============== + + + Version 0.19.10 ===============