Bump version.

This commit is contained in:
Stephen Chung 2021-02-27 12:52:20 +08:00
parent f3b5df09af
commit bca4344d72
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
Rhai Release Notes Rhai Release Notes
================== ==================
This version introduces functions with `Dynamic` parameters acting as wildcards.
Version 0.19.13 Version 0.19.13
=============== ===============
This version introduces functions with `Dynamic` parameters acting as wildcards.
Bug fixes Bug fixes
--------- ---------

View File

@ -6,11 +6,11 @@ members = [
[package] [package]
name = "rhai" name = "rhai"
version = "0.19.13" version = "0.19.14"
edition = "2018" edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"]
description = "Embedded scripting for Rust" description = "Embedded scripting for Rust"
homepage = "https://rhai.rs/book" homepage = "https://rhai.rs"
repository = "https://github.com/rhaiscript" repository = "https://github.com/rhaiscript"
readme = "README.md" readme = "README.md"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"