From efea71f87f8735f56410afc205b1988a2397dc3f Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Tue, 8 Mar 2016 09:06:36 +0000 Subject: [PATCH] Update version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ec84dd6e..4710155c 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.15.1" +version = "0.16.0" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 64725473..cbedb27e 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ download through Crates.io: ```toml [dependencies] - sdl2 = "0.15" + sdl2 = "0.16" ``` Alternatively, pull it from GitHub