diff --git a/Cargo.toml b/Cargo.toml index 8dcc1229..76ec3f6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" documentation = "http://angrylawyer.github.io/rust-sdl2/sdl2/" -version = "0.13.0" +version = "0.14.0" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 8be777ba..c69b8319 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ download through Crates.io: ```toml [dependencies] - sdl2 = "0.12" + sdl2 = "0.14" ``` Alternatively, pull it from GitHub