From d40c74913ff1a5c752ac17a58159a2ef5051fc62 Mon Sep 17 00:00:00 2001 From: Tony Aldridge Date: Wed, 4 Feb 2015 11:50:22 +0000 Subject: [PATCH] Updated version number --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7d41e511..77bd5c92 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.23" +version = "0.0.24" license = "MIT" authors = [ "Tony Aldridge " ] keywords = ["SDL", "windowing", "graphics"] diff --git a/README.md b/README.md index 051632fa..f3c9491b 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.23" + sdl2 = "0.0.24" ``` Alternatively, pull it from GitHub