From 33d7d3b07fdddc57ca0d93567f76ce5b6c4c8133 Mon Sep 17 00:00:00 2001 From: Bram Buurlage Date: Mon, 19 Feb 2024 10:24:56 +0100 Subject: [PATCH] Update readme.md and version number --- Cargo.toml | 5 +++-- README.MD | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c9f3b10..a2cba5b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bevy_mod_inverse_kinematics" -version = "0.5.0" +version = "0.6.0" authors = ["Bram Buurlage "] edition = "2021" categories = ["game-engines", "graphics", "rendering"] @@ -10,4 +10,5 @@ keywords = ["gamedev", "graphics", "bevy", "animation"] license = "MIT OR Apache-2.0" [dependencies] -bevy = "0.13" \ No newline at end of file +bevy = "0.13" + diff --git a/README.MD b/README.MD index 4059d4c..7003828 100644 --- a/README.MD +++ b/README.MD @@ -18,6 +18,7 @@ I intend to track the latest releases of Bevy. | 0.10.0 | 0.3 | | 0.11.x | 0.4 | | 0.12.x | 0.5 | +| 0.13.x | 0.6 | ## Examples