From a0696ae908581978ddcbd90fdcd5266946fe0c61 Mon Sep 17 00:00:00 2001 From: "wickus.martin" Date: Sun, 19 Jul 2015 22:45:20 -0400 Subject: [PATCH] Leave it up to original author to change version number --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6529e73a..79cde42c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,10 @@ [package] name = "sdl2_image" -version = "0.2.11" +version = "0.2.1" authors = ["xsleonard"] description = "SDL2_image bindings and wrappers" license = "MIT" +repository = "https://github.com/xsleonard/rust-sdl2_image" keywords = ["SDL2"] [lib]