From 158254ab74b110824167b1b9ed5509418cb94fa4 Mon Sep 17 00:00:00 2001 From: Glenn Watson Date: Sat, 20 Jun 2015 06:00:59 +1000 Subject: [PATCH] Bump version for crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a21a4b3..c06410a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.1.0" +version = "0.1.1" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "http://doc.servo.org/euclid/"