diff --git a/CHANGELOG.md b/CHANGELOG.md index 07ee0936..0c2553d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ Rhai Release Notes ================== -This version introduces functions with `Dynamic` parameters acting as wildcards. - Version 0.19.13 =============== +This version introduces functions with `Dynamic` parameters acting as wildcards. + Bug fixes --------- diff --git a/Cargo.toml b/Cargo.toml index 57743468..a334d795 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,11 +6,11 @@ members = [ [package] name = "rhai" -version = "0.19.13" +version = "0.19.14" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust" -homepage = "https://rhai.rs/book" +homepage = "https://rhai.rs" repository = "https://github.com/rhaiscript" readme = "README.md" license = "MIT OR Apache-2.0"