fix version in README, continue documenting

This commit is contained in:
Lukáš Hozda
2017-10-30 13:08:40 +01:00
parent 50b8fe365a
commit 9448c19581
3 changed files with 6 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ Rhai's current feature set:
* No additional dependencies
* No unsafe code
**Note:** Currently, it's version 0.5.1, so the language and APIs may change before they stabilize.*
**Note:** Currently, it's version 0.6.2, so the language and APIs may change before they stabilize.*
## Installation
@@ -20,7 +20,7 @@ You can install Rhai using crates by adding this line to your dependences:
```
[dependencies]
rhai = "0.5.1"
rhai = "0.6.2"
```
## Related