Skip to content

Commit e1ae949

Browse files
committed
Bump the version for dodgy crates to 0.5.0.
1 parent 2ce58a5 commit e1ae949

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/dodgy_2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "dodgy_2d"
4-
version = "0.4.0"
4+
version = "0.5.0"
55

66
description = "An implementation of ORCA, a local collision avoidance algorithm for 2D."
77

crates/dodgy_3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "dodgy_3d"
4-
version = "0.4.0"
4+
version = "0.5.0"
55

66
description = "An implementation of ORCA, a local collision avoidance algorithm for 3D."
77

0 commit comments

Comments
 (0)