diff --git a/Cargo.toml b/Cargo.toml index 167d27f3..9002ebe2 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.10" +version = "0.0.11" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index d2e28398..8d3b1b9a 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.10" + sdl2 = "0.0.11" ``` Alternatively, pull it from GitHub