From 00f58349b9f7739faa48d1660a5eb01c070f386b Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Tue, 23 Dec 2014 17:13:08 +0000 Subject: [PATCH] Updated version --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 89bab856..10068dba 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.12" +version = "0.0.13" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 46ab76e6..faf5c811 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.12" + sdl2 = "0.0.13" ``` Alternatively, pull it from GitHub