From 99669b5909bf3fec5b8ff674a5e25915ce44c657 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Wed, 4 Nov 2020 17:17:21 +0800 Subject: [PATCH] Bump version. --- Cargo.toml | 2 +- doc/src/context.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6311ac79..b4b99a8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ members = [ [package] name = "rhai" -version = "0.19.3" +version = "0.19.4" edition = "2018" authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung", "jhwgh1968"] description = "Embedded scripting for Rust" diff --git a/doc/src/context.json b/doc/src/context.json index 7fb6c03e..7bf82955 100644 --- a/doc/src/context.json +++ b/doc/src/context.json @@ -1,5 +1,5 @@ { - "version": "0.19.3", + "version": "0.19.4", "repoHome": "https://github.com/jonathandturner/rhai/blob/master", "repoTree": "https://github.com/jonathandturner/rhai/tree/master", "rootUrl": "",