diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b70b40..c13259f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Verion 0.20.2 + +- Update deps (fix tilemap bug) + ### Verion 0.20.1 - Update deps (fix controller bug) diff --git a/Cargo.toml b/Cargo.toml index ec4cda0..b902661 100755 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pixels-graphics-lib" -version = "0.20.1" +version = "0.20.2" edition = "2021" authors = ["Emma Britton "] description = "Simple pixel graphics and GUI library" diff --git a/README.md b/README.md index 618b590..bcdc2c4 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It uses [buffer graphics lib](https://github.com/emmabritton/buffer-graphics-lib In your `Cargo.toml` file add ```toml -pixels-graphics-lib = { version = "0.20.1", features = [] } +pixels-graphics-lib = { version = "0.20.2", features = [] } ``` Inside `features` you **MUST** put one of these: