From befc8365f10fd3231e1b507fad6f78cbf074af6a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Nov 2024 10:57:41 +0000 Subject: [PATCH] ci: 1.0.3 [skip ci] ## [1.0.3](https://github.com/fhstp/unity-apply-material-all/compare/1.0.2...1.0.3) (2024-11-06) ### Bug Fixes * add demo gif ([23e5191](https://github.com/fhstp/unity-apply-material-all/commit/23e5191c8d3591b3aec471e09a57537570ec2ba1)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70362ec..427135d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.3](https://github.com/fhstp/unity-apply-material-all/compare/1.0.2...1.0.3) (2024-11-06) + + +### Bug Fixes + +* add demo gif ([23e5191](https://github.com/fhstp/unity-apply-material-all/commit/23e5191c8d3591b3aec471e09a57537570ec2ba1)) + ## [1.0.2](https://github.com/fhstp/unity-apply-material-all/compare/1.0.1...1.0.2) (2024-11-05) diff --git a/package.json b/package.json index 97cc00d..c9ace44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "at.ac.fhstp.apply-material-all", - "version": "1.0.2", + "version": "1.0.3", "description": "A Unity editor utility for applying a material to all GameObjects in a hierarchy", "displayName": "ApplyMaterialAll", "unity": "2020.1",