Skip to content

Commit e1d1b9a

Browse files
committed
Increased version.
1 parent 9723063 commit e1d1b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/DevConsoleMono.cs

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.davidfdev.devconsole",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"displayName": "DavidFDev's In-game Developer Console",
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",

0 commit comments

Comments
 (0)