diff --git a/Cargo.toml b/Cargo.toml index 0292931e..81b4b82e 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.27.3" +version = "0.28.0" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index bef828c5..77b984fe 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ download through Crates.io: ```toml [dependencies] - sdl2 = "0.27" + sdl2 = "0.28" ``` Alternatively, pull it from GitHub to obtain the latest version from master @@ -169,7 +169,7 @@ adding this instead: ```toml [dependencies.sdl2] - version = "0.27" + version = "0.28" default-features = false features = ["ttf","image","gfx","mixer"] ```