From b42d55451379a4a63bcfccbcc1feefe7b4b6ddce Mon Sep 17 00:00:00 2001 From: Matthew Hall <matthew@quickbeam.me.uk> Date: Thu, 30 Apr 2015 19:54:01 +0100 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 68a7bab..a53d801 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiled" -version = "0.1.1" +version = "0.1.2" description = "A rust crate for loading in maps created by the Tiled editor" repository = "https://github.com/mattyhall/rs-tiled.git" documentation = "http://rust-ci.org/mattyhall/rs-tiled/doc/tiled/" -- GitLab