diff --git a/README.md b/README.md index e6a3ca3..4dc9477 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -bevy_scriptum = { version = "0.5", features = ["lua"] } +bevy_scriptum = { version = "0.6", features = ["lua"] } ``` or execute `cargo add bevy_scriptum --features lua` from your project directory. diff --git a/src/lib.rs b/src/lib.rs index c208bc2..efa1af5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -89,7 +89,7 @@ //! //! ```toml //! [dependencies] -//! bevy_scriptum = { version = "0.5", features = ["lua"] } +//! bevy_scriptum = { version = "0.6", features = ["lua"] } //! ``` //! //! or execute `cargo add bevy_scriptum --features lua` from your project directory.