Bumped version

This commit is contained in:
Tony Aldridge
2016-02-10 16:06:28 +00:00
parent 5376ab4f85
commit 7df1de4919
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.13.0"
version = "0.14.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.12"
sdl2 = "0.14"
```
Alternatively, pull it from GitHub