From 55b5954a56c692725a7fab3e94effbd4d00f35fe Mon Sep 17 00:00:00 2001 From: NibbleByte Date: Tue, 1 Feb 2022 10:00:27 +0200 Subject: [PATCH] * Updating package version. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 90946d4..c536590 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "devlocker.utils.scenereference", "displayName": "Scene Reference", - "version": "1.0.2", + "version": "1.0.3", "unity": "2018.3", "description": "Keeps reference to a scene asset and tracks it's path, so it can be used in the game runtime.Use this class to avoid manually typing and updating scene path strings - it will try to do it for you as best as it can, including when building the player.", "category": "Tools",