Skip to content

Commit

Permalink
Updated version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidF-Dev committed Aug 21, 2021
1 parent 3cc1067 commit 64f2315
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.0] - 2021-08-22
- Initial major release.
- Added LogException methods.
- Added DisableToggleKey method.
- Changed the size of the input field so that the text is larger.
Expand Down
2 changes: 1 addition & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Documentation
In-game Developer Console for Unity by DavidFDev (v0.2.3-alpha).</br>
In-game Developer Console for Unity by DavidFDev (v1.0.0).</br>
It is recommended to view this file in a markdown viewer.
View on [GitHub](https://github.com/DavidF-Dev/Unity-DeveloperConsole/blob/main/DOCUMENTATION.md).

Expand Down
2 changes: 1 addition & 1 deletion Runtime/DevConsoleMono.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ internal sealed class DevConsoleMono : MonoBehaviour

#endregion

private static readonly Version _version = new Version(0, 2, 3);
private static readonly Version _version = new Version(1, 0, 0);
private static readonly string[] _permanentCommands =
{
"devconsole", "commands", "help", "print", "clear", "reset", "bind", "unbind", "bindings"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.davidfdev.devconsole",
"version": "0.2.3-alpha",
"version": "1.0.0",
"displayName": "In-game Developer Console by DavidFDev",
"description": "A user-friendly in-game developer console that allows developers or players to execute commands or view incoming Unity messages. (MIT License)",
"unity": "2019.1",
Expand Down

0 comments on commit 64f2315

Please sign in to comment.