From f85dbcffe2ba54456fa22bcbfed1cd8e82d80bdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaros=C5=82aw=20Konik?= Date: Fri, 5 Jul 2024 17:26:25 +0200 Subject: [PATCH] update readme (#22) --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.