From 5f655712bd58e56ea5894fd157356d38bb140cc7 Mon Sep 17 00:00:00 2001 From: Ryan Hunt Date: Thu, 22 Jun 2017 10:49:02 -0400 Subject: [PATCH] Bump version to 0.15.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48bc99b..a58a920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.15.0" +version = "0.15.1" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "https://docs.rs/euclid/"