diff --git a/Cargo.toml b/Cargo.toml index cd5a370..8e6c1a6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ [workspace.package] authors = ["IDEDARY"] - version = "0.1.1" + version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" repository = "https://github.com/bytestring-net/bevy-lunex" @@ -26,8 +26,8 @@ [workspace.dependencies] - bevy_lunex = { path = "crates/bevy_lunex", version = "0.1.1" } - lunex_engine = { path = "crates/lunex_engine", version = "0.1.1" } + bevy_lunex = { path = "crates/bevy_lunex", version = "0.2.0" } + lunex_engine = { path = "crates/lunex_engine", version = "0.2.0" } colored = { version = "^2.1" } indexmap = { version = "^2.1" } diff --git a/README.md b/README.md index 6b56ff7..c18d7b7 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ For production ready example/template check out [`Bevypunk source code`](https:/ | Bevy | Bevy Lunex | |--------|-----------------| -| 0.14.0 | 0.1.1 | +| 0.14.0 | 0.2.0 | | 0.13.2 | 0.1.0 | | 0.12.1 | 0.0.10 - 0.0.11 | | 0.12.0 | 0.0.7 - 0.0.9 | diff --git a/crates/bevy_lunex/README.md b/crates/bevy_lunex/README.md index 6b56ff7..c18d7b7 100644 --- a/crates/bevy_lunex/README.md +++ b/crates/bevy_lunex/README.md @@ -89,7 +89,7 @@ For production ready example/template check out [`Bevypunk source code`](https:/ | Bevy | Bevy Lunex | |--------|-----------------| -| 0.14.0 | 0.1.1 | +| 0.14.0 | 0.2.0 | | 0.13.2 | 0.1.0 | | 0.12.1 | 0.0.10 - 0.0.11 | | 0.12.0 | 0.0.7 - 0.0.9 | diff --git a/docs/src/2_installation.md b/docs/src/2_installation.md index 21fd65a..7070185 100644 --- a/docs/src/2_installation.md +++ b/docs/src/2_installation.md @@ -1,12 +1,12 @@ # Installation -Installing `Bevy_Lunex` is straightforward, just like any other Rust crate. Ensure that the version is `0.1.1` and not `0.0.X`. +Installing `Bevy_Lunex` is straightforward, just like any other Rust crate. Add the following to your `Cargo.toml`: ```toml [dependencies] -bevy_lunex = { version = "0.1.1" } +bevy_lunex = { version = "0.2.0" } ``` Alternatively, you can use the latest bleeding edge version from the Git repository: