From 61d19961fc39f23067f8d4fb152a869217e97dac Mon Sep 17 00:00:00 2001 From: Dzmitry Malyshau Date: Wed, 11 Feb 2015 23:19:58 -0500 Subject: [PATCH] Version bump to 0.0.4 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 569d895..7d9a1f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cgmath" -version = "0.0.3" +version = "0.0.4" authors = ["Brendan Zabarauskas ", "Brian Heylin", "Colin Sherratt", @@ -23,4 +23,4 @@ name = "cgmath" [dependencies] rustc-serialize="*" rand_macros="*" -rand="*" \ No newline at end of file +rand="*"