diff --git a/Cargo.toml b/Cargo.toml index 656f066..c349ca8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rusty_mujoco" -version = "0.1.0" +version = "0.2.0" edition = "2024" authors = ["kanarus "] documentation = "https://docs.rs/rusty_mujoco" diff --git a/README.md b/README.md index 153d3b3..5a48f12 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ *Cargo.toml* ```toml [dependencies] -rusty_mujoco = "0.1" +rusty_mujoco = "0.2" ``` *src/main.rs*