Skip to content

Commit 6913cba

Browse files
committed
Updated version.
1 parent e89e21a commit 6913cba

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

111111
#endregion
112112

113-
private static readonly Version _version = new Version(1, 0, 2);
113+
private static readonly Version _version = new Version(1, 0, 3);
114114
private static readonly string[] _permanentCommands =
115115
{
116116
"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": "1.0.2",
3+
"version": "1.0.3",
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)