diff --git a/Cargo.toml b/Cargo.toml index 89bab856..10068dba 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" -version = "0.0.12" +version = "0.0.13" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 46ab76e6..faf5c811 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you're using [cargo](http://crates.io/) to manage your project, you can downl ```toml [dependencies] - sdl2 = "0.0.12" + sdl2 = "0.0.13" ``` Alternatively, pull it from GitHub