diff --git a/Cargo.toml b/Cargo.toml index 8563b846..155c7cc4 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.29" +version = "0.0.30" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 85e8919f..3f360229 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ download through Crates.io: ```toml [dependencies] - sdl2 = "0.0.29" + sdl2 = "0.0.30" ``` Alternatively, pull it from GitHub