Skip to content

Commit 8cdd69b

Browse files
committed
Increased version number.
1 parent 1c992ae commit 8cdd69b

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
@@ -106,7 +106,7 @@ internal sealed class DevConsoleMono : MonoBehaviour
106106

107107
#endregion
108108

109-
private static readonly Version _version = new Version(0, 2, 2);
109+
private static readonly Version _version = new Version(0, 2, 3);
110110
private static readonly string[] _permanentCommands =
111111
{
112112
"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.2.2-alpha",
3+
"version": "0.2.3-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": "2019.1",

0 commit comments

Comments
 (0)