diff --git a/Cargo.toml b/Cargo.toml index 595be557..e8c2eb61 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.15" +version = "0.0.16" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] @@ -16,4 +16,4 @@ path = "src/sdl2/lib.rs" [dependencies.sdl2-sys] path = "sdl2-sys" -version = "0.0.14" +version = "0.0.16" diff --git a/README.md b/README.md index 8827d7b8..2109b264 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.15" + sdl2 = "0.0.16" ``` Alternatively, pull it from GitHub diff --git a/sdl2-sys/Cargo.toml b/sdl2-sys/Cargo.toml index 3059a42f..1a9bbf39 100644 --- a/sdl2-sys/Cargo.toml +++ b/sdl2-sys/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2-sys" description = "Raw SDL2 bindings for Rust, used internally rust-sdl2" repository = "https://github.com/AngryLawyer/rust-sdl2" -version = "0.0.14" +version = "0.0.16" authors = ["Tony Aldridge "] license = "MIT" links = "SDL2"