From a41a1984f845fa529040917ee2e989a458f053ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hozda?= Date: Mon, 2 Oct 2017 08:51:26 +0200 Subject: [PATCH] bump version since this was a breaking change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ca3ac91..11171b74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai" -version = "0.4.0" +version = "0.5.0" authors = ["Jonathan Turner"] description = "Embedded scripting for Rust" homepage = "https://github.com/jonathandturner/rhai"