Skip to content

Commit 4699217

Browse files
committed
Release v0.11.2
1 parent d992daa commit 4699217

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rapier2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimforge_rapier2d" # Can't be named rapier2d which conflicts with the dependency.
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "2-dimensional physics engine in Rust - official JS bindings."
66
documentation = "https://rapier.rs/rustdoc/rapier2d/index.html"

rapier3d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dimforge_rapier3d" # Can't be named rapier3d which conflicts with the dependency.
3-
version = "0.11.1"
3+
version = "0.11.2"
44
authors = ["Sébastien Crozet <[email protected]>"]
55
description = "3-dimensional physics engine in Rust - official JS bindings."
66
documentation = "https://rapier.rs/rustdoc/rapier2d/index.html"

0 commit comments

Comments
 (0)