diff --git a/README.md b/README.md index 5cb3782d..be8e7fe8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You can install Rhai using crates by adding this line to your dependences: ``` [dependencies] -rhai = "0.1.0" +rhai = "0.2.0" ``` ## Related