Skip to content

Commit

Permalink
Fixed Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
VoyVivika committed Sep 6, 2024
1 parent 58441a3 commit 66f726d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Editor/AvatarEvaluator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace Voy.AvatarHelpers {
public class AvatarEvaluator : EditorWindow
{
public const string VERSION = "1.1.2";
public const string VERSION = "1.1.1";
public const string VERSIONBASED = "By VoyVivika Based on Thry's Avatar Evaluator v1.3.6";

public static readonly string[] BUILTINSHADERS = {
Expand Down

0 comments on commit 66f726d

Please sign in to comment.