From 23e6804fcd7ea86bd36779104053e3e11f7846ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 8 May 2024 10:24:06 +0000 Subject: [PATCH] chore(release): 5.0.3 [skip ci] ## [5.0.3](https://github.com/Cammin/LDtkToUnity/compare/5.0.2...5.0.3) (2024-05-08) ### Bug Fixes * empty commit to try and forcably advance the changelog and package json ([a751a0c](https://github.com/Cammin/LDtkToUnity/commit/a751a0c1f36b9bacf7d89c7720e06f6899ed10f5)) --- Assets/LDtkUnity/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/LDtkUnity/package.json b/Assets/LDtkUnity/package.json index 12af975d..36ccbb73 100644 --- a/Assets/LDtkUnity/package.json +++ b/Assets/LDtkUnity/package.json @@ -1,6 +1,6 @@ { "name": "com.cammin.ldtkunity", - "version": "5.0.0", + "version": "5.0.3", "displayName": "LDtk to Unity", "description": "A Unity importer system for the Level Designer Toolkit.", "documentationUrl": "https://cammin.github.io/LDtkToUnity/", @@ -29,4 +29,4 @@ } ], "hideInEditor": false -} \ No newline at end of file +}