diff --git a/crates/avian2d/Cargo.toml b/crates/avian2d/Cargo.toml index 7c30c673..e6e97a1a 100644 --- a/crates/avian2d/Cargo.toml +++ b/crates/avian2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avian2d" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Joona Aalto "] diff --git a/crates/avian3d/Cargo.toml b/crates/avian3d/Cargo.toml index 64a19a39..81f9d961 100644 --- a/crates/avian3d/Cargo.toml +++ b/crates/avian3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "avian3d" -version = "0.1.1" +version = "0.1.2" edition = "2021" license = "MIT OR Apache-2.0" authors = ["Joona Aalto "]