Skip to content

Commit a4e454e

Browse files
committed
v0.1.3
1 parent 8b11bd4 commit a4e454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MapEditor/Scripts/ToolTips.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public static class ToolTips
1111
public static GUIContent systemOS = new GUIContent("OS: " + SystemInfo.operatingSystem);
1212
public static GUIContent systemRAM = new GUIContent("RAM: " + SystemInfo.systemMemorySize / 1000 + "GB");
1313
public static GUIContent unityVersion = new GUIContent("Unity Version: " + Application.unityVersion);
14-
public static GUIContent editorVersion = new GUIContent("Editor Version: v0.1.2");
14+
public static GUIContent editorVersion = new GUIContent("Editor Version: v0.1.3");
1515

1616
public static GUIContent runPreset = new GUIContent("Run Preset", "Run this preset with all it's current nodes.");
1717
public static GUIContent deletePreset = new GUIContent("Delete Preset", "Delete this preset from Unity.");

0 commit comments

Comments
 (0)