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