From daadb4c9efedae9deb74f7e2a9f0e51315409094 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Tue, 23 Jul 2019 19:55:58 +1200 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef0588d7..b7580ea4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai" -version = "0.9.0" +version = "0.9.1" authors = ["Jonathan Turner", "Lukáš Hozda"] description = "Embedded scripting for Rust" homepage = "https://github.com/jonathandturner/rhai" diff --git a/README.md b/README.md index 9ad51960..b32859e5 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Rhai's current feature set: * No additional dependencies * No unsafe code -**Note:** Currently, the version is 0.8.1, so the language and APIs may change before they stabilize.* +**Note:** Currently, the version is 0.9.1, so the language and APIs may change before they stabilize.* ## Installation