From 6c0a476b96ac1d9e22d27270b319020042668a02 Mon Sep 17 00:00:00 2001 From: Jonny Gilchrist Date: Wed, 7 Jan 2015 22:10:01 +0000 Subject: [PATCH] Bump version to 0.3.1, since this is the current version on crates.io --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7c4ac67a6..d3f4411f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tcod" description = "The Rust bindings for the Doryen library (a.k.a. libtcod)." -version = "0.3.0" +version = "0.3.1" homepage = "https://github.com/tomassedovic/tcod-rs" repository = "https://github.com/tomassedovic/tcod-rs" readme = "README.md"