From 2402e1d74561612e581f5647aaf606cbfa2df896 Mon Sep 17 00:00:00 2001 From: Matt Hall <matthew@quickbeam.me.uk> Date: Sun, 7 Feb 2021 14:52:31 +0000 Subject: [PATCH] Bump version number --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1a064b8..57c3509 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiled" -version = "0.9.3" +version = "0.9.4" 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