Update readme.md and version number
This commit is contained in:
parent
2dd04817bf
commit
33d7d3b07f
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "bevy_mod_inverse_kinematics"
|
name = "bevy_mod_inverse_kinematics"
|
||||||
version = "0.5.0"
|
version = "0.6.0"
|
||||||
authors = ["Bram Buurlage <brambuurlage@gmail.com>"]
|
authors = ["Bram Buurlage <brambuurlage@gmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
categories = ["game-engines", "graphics", "rendering"]
|
categories = ["game-engines", "graphics", "rendering"]
|
||||||
@ -10,4 +10,5 @@ keywords = ["gamedev", "graphics", "bevy", "animation"]
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy = "0.13"
|
bevy = "0.13"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user