From e1ae949009d1bf85a7ae9940de6728cf8256a528 Mon Sep 17 00:00:00 2001 From: andriyDev Date: Wed, 12 Jun 2024 14:48:50 -0700 Subject: [PATCH] Bump the version for dodgy crates to 0.5.0. --- crates/dodgy_2d/Cargo.toml | 2 +- crates/dodgy_3d/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/dodgy_2d/Cargo.toml b/crates/dodgy_2d/Cargo.toml index 5d853a9..7473ab8 100644 --- a/crates/dodgy_2d/Cargo.toml +++ b/crates/dodgy_2d/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "dodgy_2d" -version = "0.4.0" +version = "0.5.0" description = "An implementation of ORCA, a local collision avoidance algorithm for 2D." diff --git a/crates/dodgy_3d/Cargo.toml b/crates/dodgy_3d/Cargo.toml index b70664b..749884d 100644 --- a/crates/dodgy_3d/Cargo.toml +++ b/crates/dodgy_3d/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "dodgy_3d" -version = "0.4.0" +version = "0.5.0" description = "An implementation of ORCA, a local collision avoidance algorithm for 3D."