From 688dcf9de4441b4c8d876e307bbcf17a992de0ba Mon Sep 17 00:00:00 2001 From: Matthew Hall <matthew@quickbeam.me.uk> Date: Sat, 9 May 2020 22:17:07 +0100 Subject: [PATCH] Bump versions --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0f43739..be2c556 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tiled" -version = "0.9.1" +version = "0.9.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/" diff --git a/README.md b/README.md index 352fe3b..f92ec5f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Code contributions are welcome as are bug reports, documentation, suggestions an [There is a package on crates.io](https://crates.io/crates/tiled), to use simply add: ``` -tiled = "0.9.2" +tiled = "0.9.3" ``` to the dependencies section of your Cargo.toml. -- GitLab