From cdf18ac29ff09e9a14443dd91ef9bb04bda02cc6 Mon Sep 17 00:00:00 2001 From: ShuYu Wang Date: Sat, 25 Jul 2015 21:32:37 +0800 Subject: [PATCH] bump version 0.2.4, fix #45 @wm9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 975892e6..785882e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sdl2_image" -version = "0.2.3" +version = "0.2.4" authors = ["xsleonard"] description = "SDL2_image bindings and wrappers" license = "MIT"