From 1c55d25eeb2e8c4eec294e98eda564ebc725190a Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Wed, 12 Aug 2015 13:24:45 +0100 Subject: [PATCH] Bumped version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f36def69..826c14dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 57094cea..68477056 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ download through Crates.io: ```toml [dependencies] - sdl2 = "0.7" + sdl2 = "0.8" ``` Alternatively, pull it from GitHub