From c8c0f46ba86d332c63cc67591042c9b241755bee Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Tue, 31 May 2022 16:59:58 +0200 Subject: Release v0.13.0 --- crates/rapier2d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/rapier2d') diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index df32e54..ac4a32e 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.12.0" +version = "0.13.0" authors = [ "Sébastien Crozet " ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" -- cgit