Bump version

This commit is contained in:
Jonathan Turner 2019-07-23 19:55:58 +12:00
parent b114c0d420
commit daadb4c9ef
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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