From 8479826457066cf5266fc0df00e434f7c33fe11b Mon Sep 17 00:00:00 2001 From: Joona Aalto Date: Sat, 10 Aug 2024 21:40:36 +0300 Subject: [PATCH] Release 0.1.2 --- crates/avian2d/Cargo.toml | 2 +- crates/avian3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 "]