diff --git a/README.md b/README.md index 6e55837..85f507a 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -bevy_scriptum = { version = "0.7", features = ["lua"] } +bevy_scriptum = { version = "0.8", features = ["lua"] } ``` or execute `cargo add bevy_scriptum --features lua` from your project directory.