aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d
diff options
context:
space:
mode:
authorSébastien Crozet <sebcrozet@dimforge.com>2022-05-31 16:59:58 +0200
committerSébastien Crozet <sebcrozet@dimforge.com>2022-05-31 16:59:58 +0200
commitc8c0f46ba86d332c63cc67591042c9b241755bee (patch)
treed7aa2d76688dc77c3ce860c5078871f8d501a3d0 /crates/rapier2d
parentfebd7fbe9b963ac0119d5a0c403a3c4ec86fbec2 (diff)
downloadrapier-c8c0f46ba86d332c63cc67591042c9b241755bee.tar.gz
rapier-c8c0f46ba86d332c63cc67591042c9b241755bee.tar.bz2
rapier-c8c0f46ba86d332c63cc67591042c9b241755bee.zip
Release v0.13.0
Diffstat (limited to 'crates/rapier2d')
-rw-r--r--crates/rapier2d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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 <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"