aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier3d/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-07-10 09:41:57 +0200
committerGitHub <noreply@github.com>2022-07-10 09:41:57 +0200
commitebb9473491858a4621dae7dd2f768fad49ad0ef2 (patch)
tree0e247d21029c36a4775a7020dd59573a490accca /crates/rapier3d/Cargo.toml
parent573affd73cf8f9d1c998f68535b5832a33c73848 (diff)
parentee10a90f9bb2a1b3c045c41aeb7569123891e757 (diff)
downloadrapier-0.14.tar.gz
rapier-0.14.tar.bz2
rapier-0.14.zip
Merge pull request #365 from dimforge/release-0.14v0.14
Release v0.14
Diffstat (limited to 'crates/rapier3d/Cargo.toml')
-rw-r--r--crates/rapier3d/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml
index c207c9e..efe7e1a 100644
--- a/crates/rapier3d/Cargo.toml
+++ b/crates/rapier3d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier3d"
-version = "0.13.0"
+version = "0.14.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "3-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier3d"