From 9fe55dccd5583b39996b46d9c4a456ec6f5e3a78 Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Sun, 16 Jan 2022 17:22:22 +0100 Subject: Release v0.12.0-alpha.1 --- crates/rapier2d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/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 " ] description = "2-dimensional physics engine in Rust." documentation = "http://docs.rs/rapier2d" -- cgit