Skip to content

Commit 60574a5

Browse files
committed
fix: Version bumped
1 parent a494e66 commit 60574a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Mx/Editor/Mx.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ public abstract class Mx
1515
/* Variables */
1616

1717
public const string NAME = "Mx";
18-
public static readonly Version VERSION = new Version("0.1.0");
18+
19+
public static readonly Version VERSION = new Version("0.1.2");
1920

2021
/* Setter & Getter */
2122

0 commit comments

Comments
 (0)