update readme (#22)

This commit is contained in:
Jarosław Konik 2024-07-05 17:26:25 +02:00 committed by GitHub
parent 182f26e273
commit f85dbcffe2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.