From dfd57a5c070af2890a1b71e12c64f2ba88e76789 Mon Sep 17 00:00:00 2001 From: Alejandro Perea <alexpro820@gmail.com> Date: Thu, 10 Mar 2022 12:25:49 +0100 Subject: [PATCH] Update crate version to 0.10.0 (#192) * Update version to 0.10.0, add include table * Address PR comments * Change crates.io version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f9bca4a..5340a31 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # rs-tiled ```toml -tiled = "0.9.5" +tiled = "0.10.0" ``` [](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml) -- GitLab