diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-01-16 17:22:22 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2022-01-16 17:22:46 +0100 |
| commit | 9fe55dccd5583b39996b46d9c4a456ec6f5e3a78 (patch) | |
| tree | 3906860e3ccef7e32dc2471feee30d674a769a8f | |
| parent | 1880619d29029c99985ffae9ed12a1c8d2cc796b (diff) | |
| download | rapier-9fe55dccd5583b39996b46d9c4a456ec6f5e3a78.tar.gz rapier-9fe55dccd5583b39996b46d9c4a456ec6f5e3a78.tar.bz2 rapier-9fe55dccd5583b39996b46d9c4a456ec6f5e3a78.zip | |
Release v0.12.0-alpha.1v0.12.0-alpha.1
| -rw-r--r-- | crates/rapier2d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier2d/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier3d-f64/Cargo.toml | 2 | ||||
| -rw-r--r-- | crates/rapier3d/Cargo.toml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/crates/rapier2d-f64/Cargo.toml b/crates/rapier2d-f64/Cargo.toml index fae71ce..74faedd 100644 --- a/crates/rapier2d-f64/Cargo.toml +++ b/crates/rapier2d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d-f64" -version = "0.12.0-alpha.0" +version = "0.12.0-alpha.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" diff --git a/crates/rapier2d/Cargo.toml b/crates/rapier2d/Cargo.toml index f1b090e..1915d24 100644 --- a/crates/rapier2d/Cargo.toml +++ b/crates/rapier2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier2d" -version = "0.12.0-alpha.0" +version = "0.12.0-alpha.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" diff --git a/crates/rapier3d-f64/Cargo.toml b/crates/rapier3d-f64/Cargo.toml index e99edbc..0478ed5 100644 --- a/crates/rapier3d-f64/Cargo.toml +++ b/crates/rapier3d-f64/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d-f64" -version = "0.12.0-alpha.0" +version = "0.12.0-alpha.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" diff --git a/crates/rapier3d/Cargo.toml b/crates/rapier3d/Cargo.toml index 1c664d8..b653df1 100644 --- a/crates/rapier3d/Cargo.toml +++ b/crates/rapier3d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rapier3d" -version = "0.12.0-alpha.0" +version = "0.12.0-alpha.1" authors = [ "Sébastien Crozet <developer@crozet.re>" ] description = "3-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier3d" |
