From 6f18c3fbf633f37984fef1470e549119a4238d8c Mon Sep 17 00:00:00 2001 From: Thryrallo Date: Tue, 19 Dec 2023 20:10:26 +0100 Subject: [PATCH] Update AvatarEvaluator.cs --- Editor/AvatarEvaluator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/AvatarEvaluator.cs b/Editor/AvatarEvaluator.cs index c9a57f8..de68912 100644 --- a/Editor/AvatarEvaluator.cs +++ b/Editor/AvatarEvaluator.cs @@ -19,7 +19,7 @@ namespace Thry.AvatarHelpers { public class AvatarEvaluator : EditorWindow { - public const string VERSION = "1.3.3"; + public const string VERSION = "1.3.4"; [MenuItem("Thry/Avatar/Evaluator")] static void Init()