From 3ebf02d4ee75dbcd4f683c5642dba2503d399134 Mon Sep 17 00:00:00 2001 From: andelf Date: Thu, 23 Jul 2015 17:30:01 +0800 Subject: [PATCH] bump version to 0.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bda84bc6..db73fefa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdl2_gfx" -version = "0.5.0" +version = "0.6.0" authors = ["ShuYu Wang "] description = "SDL2_gfx bindings for Rust" homepage = "https://github.com/andelf/rust-sdl2_gfx"