From 398aac7422d30fd2fca213de6ab47b63ed692255 Mon Sep 17 00:00:00 2001 From: andelf Date: Wed, 6 Jan 2016 00:02:48 +0800 Subject: [PATCH] fix version num --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c205d40..a6693dc8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sdl2_mixer" description = "SDL2_mixer bindings for Rust" repository = "https://github.com/andelf/rust-sdl2_mixer" -version = "1.0.0" +version = "0.11.0" license = "MIT" authors = ["ShuYu Wang "] keywords = ["SDL", "windowing", "graphics", "music", "sound"]