Update version number

This commit is contained in:
Tony Aldridge
2016-03-08 09:06:36 +00:00
parent 2b7c0623e3
commit efea71f87f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
+1 -1
View File
@@ -98,7 +98,7 @@ download through Crates.io:
```toml
[dependencies]
sdl2 = "0.15"
sdl2 = "0.16"
```
Alternatively, pull it from GitHub