Skip to content

Commit b31050f

Browse files
committed
Increased version.
1 parent bf983c2 commit b31050f

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

9292
#endregion
9393

94-
private static readonly Version _version = new Version(0, 1, 5);
94+
private static readonly Version _version = new Version(0, 1, 6);
9595
private static readonly string[] _permanentCommands =
9696
{
9797
"devconsole", "commands", "help", "print", "clear", "reset"

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.5",
3+
"version": "0.1.6",
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)