From 432bbeef202fe71f72848865d960bbc4e0793cbb Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Fri, 19 Dec 2014 09:39:05 +0000 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 167d27f3..9002ebe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sdl2" description = "SDL2 bindings for Rust" repository = "https://github.com/AngryLawyer/rust-sdl2" -version = "0.0.10" +version = "0.0.11" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index d2e28398..8d3b1b9a 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you're using [cargo](http://crates.io/) to manage your project, you can downl ```toml [dependencies] - sdl2 = "0.0.10" + sdl2 = "0.0.11" ``` Alternatively, pull it from GitHub