We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7efea7a commit b745dafCopy full SHA for b745daf
Editor/MaterialUIEditorTools.cs
@@ -17,7 +17,7 @@ namespace MaterialUI
17
[ExecuteInEditMode]
18
public static class MaterialUIEditorTools
19
{
20
- private const string versionInfo = "v0.2.3";
+ private const string versionInfo = "v0.2.4";
21
22
private static GameObject theThing;
23
private static GameObject selectedObject;
0 commit comments