Bumped version

This commit is contained in:
Tony Aldridge
2015-03-17 09:04:21 +00:00
parent da48c9e109
commit 4bc4502b69
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
name = "sdl2"
description = "SDL2 bindings for Rust"
repository = "https://github.com/AngryLawyer/rust-sdl2"
version = "0.0.29"
version = "0.0.30"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
+1 -1
View File
@@ -70,7 +70,7 @@ download through Crates.io:
```toml
[dependencies]
sdl2 = "0.0.29"
sdl2 = "0.0.30"
```
Alternatively, pull it from GitHub