From e31bd4321c2da826d146a85739eca1d592836eb4 Mon Sep 17 00:00:00 2001 From: ActuallyHappening <105958073+ActuallyHappening@users.noreply.github.com> Date: Sun, 25 Feb 2024 15:17:35 +1000 Subject: [PATCH] feat: publish 0.2.0 version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5bf4b30..3e9a3e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1058,7 +1058,7 @@ dependencies = [ [[package]] name = "bevy_xpbd_3d_parenting" -version = "0.1.1" +version = "0.2.0" dependencies = [ "bevy", "bevy_xpbd_3d", diff --git a/Cargo.toml b/Cargo.toml index b04054f..6502822 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "bevy_xpbd_3d_parenting" description = "Allows children of a `bevy_xpbd_3d` `RigidBody` to exert forces on their parents" -version = "0.1.1" +version = "0.2.0" edition = "2021" authors = ["actuallyhappening