Bumped version number

This commit is contained in:
Tony Aldridge
2015-08-12 13:24:45 +01:00
parent 41fec1586a
commit 1c55d25eeb
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://www.rust-ci.org/AngryLawyer/rust-sdl2/doc/sdl2/"
version = "0.7.0"
version = "0.8.0"
license = "MIT"
authors = [ "Tony Aldridge <tony@angry-lawyer.com>" ]
keywords = ["SDL", "windowing", "graphics"]
+1 -1
View File
@@ -95,7 +95,7 @@ download through Crates.io:
```toml
[dependencies]
sdl2 = "0.7"
sdl2 = "0.8"
```
Alternatively, pull it from GitHub