Skip to content

Commit ffb092c

Browse files
committed
Increased version.
1 parent 706ded4 commit ffb092c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/DevConsoleMono.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ internal sealed class DevConsoleMono : MonoBehaviour
110110

111111
#endregion
112112

113-
private static readonly Version _version = new Version(1, 0, 1);
113+
private static readonly Version _version = new Version(1, 0, 2);
114114
private static readonly string[] _permanentCommands =
115115
{
116116
"devconsole", "commands", "help", "print", "clear", "reset", "bind", "unbind", "bindings"

0 commit comments

Comments
 (0)