Skip to content

Commit

Permalink
I believe latest additions warrant a version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
luciusmagn committed Nov 2, 2017
1 parent 17ebeee commit 8e4ded7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rhai"
version = "0.6.2"
version = "0.7.0"
authors = ["Jonathan Turner", "Lukáš Hozda"]
description = "Embedded scripting for Rust"
homepage = "https://github.com/jonathandturner/rhai"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ Rhai's current feature set:
* No additional dependencies
* No unsafe code

**Note:** Currently, it's version 0.6.2, so the language and APIs may change before they stabilize.*
**Note:** Currently, it's version 0.7.0, so the language and APIs may change before they stabilize.*

## Installation

You can install Rhai using crates by adding this line to your dependences:

```
[dependencies]
rhai = "0.6.2"
rhai = "0.7.0"
```

## Related
Expand Down

0 comments on commit 8e4ded7

Please sign in to comment.