diff --git a/README.md b/README.md
index 6e807439a119dde96822b7664c37a7576f408934..7bd1abc6a54d3ddb4b2b12c2a1e19eb46e847d9b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ 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)
 [![Crates.io](https://img.shields.io/crates/v/tiled.svg)](https://crates.io/crates/tiled)
-[![dependency status](https://deps.rs/crate/tiled/0.10.1/status.svg)](https://deps.rs/crate/tiled/0.10.1)
+[![dependency status](https://deps.rs/crate/tiled/0.10.2/status.svg)](https://deps.rs/crate/tiled/0.10.2)
 
 A crate for reading TMX (map) and TSX (tileset) files from the [Tiled Map Editor](http://www.mapeditor.org/) into Rust.
 It provides a huge set of features as well as a strong wrapper over internal features such as GIDs.