Skip to content

Commit f2dd59f

Browse files
committed
Updated version number.
1 parent 64f2315 commit f2dd59f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Documentation
2-
In-game Developer Console for Unity by DavidFDev (v1.0.0).</br>
2+
In-game Developer Console for Unity by DavidFDev (v1.0.1).</br>
33
It is recommended to view this file in a markdown viewer.
44
View on [GitHub](https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/DOCUMENTATION.md).
55

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(1, 0, 0);
109+
private static readonly Version _version = new Version(1, 0, 1);
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": "1.0.0",
3+
"version": "1.0.1",
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)