Skip to content

Commit c46b8d9

Browse files
committed
Increased version.
1 parent 0155ee2 commit c46b8d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/DevConsoleMono.cs

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

9797
#endregion
9898

99-
private static readonly Version _version = new Version(0, 1, 9);
99+
private static readonly Version _version = new Version(0, 2, 1);
100100
private static readonly string[] _permanentCommands =
101101
{
102102
"devconsole", "commands", "help", "print", "clear", "reset", "bind", "unbind", "bindings"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.davidfdev.devconsole",
3-
"version": "0.1.9-alpha",
3+
"version": "0.2.1-alpha",
44
"displayName": "In-game Developer Console by DavidFDev",
55
"description": "A user-friendly in-game developer console that allows developers or players to execute commands or view incoming Unity messages. (MIT License)",
66
"unity": "2020.1",

0 commit comments

Comments
 (0)