From ee10a90f9bb2a1b3c045c41aeb7569123891e757 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sat, 9 Jul 2022 12:54:51 +0200 Subject: Release v0.14 --- crates/rapier2d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rapier2d/Cargo.toml') diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index ac4a32e..329f9eb 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.13.0" +version = "0.14.0" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" -- cgit