diff --git a/Cargo.toml b/Cargo.toml
index fe0d5d2230330fc5020adfb57a1164f4d55041eb..e2fe547e51190488e1b3de601436f0e3998f184b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "tiled"
-version = "0.10.1"
+version = "0.10.2"
 description = "A rust crate for loading maps created by the Tiled editor"
 categories = ["game-development"]
 keywords = ["gamedev", "tiled", "tmx", "map"]
diff --git a/README.md b/README.md
index a473a92c05f1b8540f4692b40d83f731509e8a0f..6e807439a119dde96822b7664c37a7576f408934 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # rs-tiled
 ```toml
-tiled = "0.10.1"
+tiled = "0.10.2"
 ```
 
 [![Rust](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml/badge.svg)](https://github.com/mapeditor/rs-tiled/actions/workflows/rust.yml)