diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-11-02 19:01:30 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-11-02 19:01:30 +0100 |
| commit | a38fdc101dc74473c45a8b4f5d770f2bc43f30c2 (patch) | |
| tree | 459237c692f437f70bca2ace41e775a4fd10d2b1 /build | |
| parent | b4bf737f02872e152fb9a7804d0759095ee55e24 (diff) | |
| download | rapier-a38fdc101dc74473c45a8b4f5d770f2bc43f30c2.tar.gz rapier-a38fdc101dc74473c45a8b4f5d770f2bc43f30c2.tar.bz2 rapier-a38fdc101dc74473c45a8b4f5d770f2bc43f30c2.zip | |
Release v0.3.1v0.3.1
Diffstat (limited to 'build')
| -rw-r--r-- | build/rapier2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | build/rapier3d/Cargo.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/build/rapier2d/Cargo.toml b/build/rapier2d/Cargo.toml index d963079..a27a4ed 100644 --- a/build/rapier2d/Cargo.toml +++ b/build/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.3.0" +version = "0.3.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" diff --git a/build/rapier3d/Cargo.toml b/build/rapier3d/Cargo.toml index f5c2fe4..66abdf7 100644 --- a/build/rapier3d/Cargo.toml +++ b/build/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.3.0" +version = "0.3.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" |
