From e9e81cc5ed957efd375b8a7047c3d98a303bc83e Mon Sep 17 00:00:00 2001 From: Colin Sherratt Date: Sat, 12 Sep 2015 13:04:29 -0400 Subject: [PATCH] Bump version number (breaking changes, so none-patch) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7797d7..f0f0cd9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cgmath" -version = "0.2.0" +version = "0.3.0" authors = ["Brendan Zabarauskas ", "Brian Heylin", "Colin Sherratt",