aboutsummaryrefslogtreecommitdiff
path: root/crates/rapier2d/Cargo.toml
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2022-10-02 19:17:25 +0200
committerGitHub <noreply@github.com>2022-10-02 19:17:25 +0200
commit053cb22a85fe71452ce2972cd525956e0d736437 (patch)
tree97cb534f867aebf2a58710522bf89330ae015eb6 /crates/rapier2d/Cargo.toml
parentc755109ec963116f246abf02041735c8c4320ceb (diff)
parenta7a499e2c36e359ba31f6213fe8de3baa52b5bed (diff)
downloadrapier-0.15.0.tar.gz
rapier-0.15.0.tar.bz2
rapier-0.15.0.zip
Merge pull request #395 from dimforge/v0.15v0.15.0
Release v0.15.0
Diffstat (limited to 'crates/rapier2d/Cargo.toml')
-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 4bdb0c3..c2cac66 100644
--- a/crates/rapier2d/Cargo.toml
+++ b/crates/rapier2d/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rapier2d"
-version = "0.14.0"
+version = "0.15.0"
authors = [ "Sébastien Crozet <developer@crozet.re>" ]
description = "2-dimensional physics engine in Rust."
documentation = "http://docs.rs/rapier2d"