Skip to content

Commit 7e8a67c

Browse files
committed
Changed package title and increased version.
1 parent 903b27a commit 7e8a67c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Runtime/DevConsoleMono.cs

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

9494
#endregion
9595

96-
private static readonly Version _version = new Version(0, 1, 7);
96+
private static readonly Version _version = new Version(0, 1, 8);
9797
private static readonly string[] _permanentCommands =
9898
{
9999
"devconsole", "commands", "help", "print", "clear", "reset", "bind", "unbind", "bindings"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.davidfdev.devconsole",
3-
"version": "0.1.7",
4-
"displayName": "DavidFDev's In-game Developer Console",
3+
"version": "0.1.8",
4+
"displayName": "In-game Developer Console by DavidFDev",
55
"description": "A user-friendly in-game developer console that allows developers or users to execute commands or view incoming Unity messages. (MIT License)",
66
"unity": "2020.1",
77
"hideInEditor": false,

0 commit comments

Comments
 (0)