diff --git a/CHANGELOG.md b/CHANGELOG.md index d417c09..70362ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.2](https://github.com/fhstp/unity-apply-material-all/compare/1.0.1...1.0.2) (2024-11-05) + + +### Bug Fixes + +* empty lines ([211bf01](https://github.com/fhstp/unity-apply-material-all/commit/211bf0106bb2594d9289d685374fc718a5e3440d)) + ## [1.0.1](https://github.com/fhstp/unity-apply-material-all/compare/1.0.0...1.0.1) (2024-11-05) diff --git a/package.json b/package.json index bdfd5fc..97cc00d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "at.ac.fhstp.apply-material-all", - "version": "1.0.1", + "version": "1.0.2", "description": "A Unity editor utility for applying a material to all GameObjects in a hierarchy", "displayName": "ApplyMaterialAll", "unity": "2020.1",