From e38f250927b62d17dabafb919bfa8c875c9d983e Mon Sep 17 00:00:00 2001 From: Anthony Ramine Date: Mon, 1 May 2017 19:05:52 +0200 Subject: [PATCH] Bump version to 0.12.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f73f34c..72eb249 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.11.2" +version = "0.12.0" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "https://docs.rs/euclid/"