From 5647912eba433f1106dfba83f4356bf7c6593ab2 Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Wed, 8 Jul 2015 19:58:02 -0700 Subject: [PATCH] Bump the version in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 44a4fcc..49bfe50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "euclid" -version = "0.1.1" +version = "0.1.2" authors = ["The Servo Project Developers"] description = "Geometry primitives" documentation = "http://doc.servo.org/euclid/"