Updated version numbers

This commit is contained in:
Tony Aldridge
2015-01-12 09:20:40 +00:00
parent cc3e5791b9
commit 2dd0986162
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.0.15"
version = "0.0.16"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
@@ -16,4 +16,4 @@ path = "src/sdl2/lib.rs"
[dependencies.sdl2-sys]
path = "sdl2-sys"
version = "0.0.14"
version = "0.0.16"
+1 -1
View File
@@ -40,7 +40,7 @@ If you're using [cargo](http://crates.io/) to manage your project, you can downl
```toml
[dependencies]
sdl2 = "0.0.15"
sdl2 = "0.0.16"
```
Alternatively, pull it from GitHub
+1 -1
View File
@@ -3,7 +3,7 @@
name = "sdl2-sys"
description = "Raw SDL2 bindings for Rust, used internally rust-sdl2"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.0.14"
version = "0.0.16"
authors = ["Tony Aldridge <tony@angry-lawyer.com>"]
license = "MIT"
links = "SDL2"