We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c24437 commit b85b852Copy full SHA for b85b852
Assets/MaterialUI/Editor/MaterialUIEditorTools.cs
@@ -15,7 +15,7 @@
15
[ExecuteInEditMode]
16
public static class MaterialUIEditorTools
17
{
18
- private const string versionInfo = "v0.2.1";
+ private const string versionInfo = "v0.2.2";
19
20
static GameObject theThing;
21
static GameObject selectedObject;
0 commit comments