Skip to content

Commit

Permalink
Bump version number to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Sep 22, 2019
1 parent 6e5efc8 commit 8ae8023
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Consolation
/// </summary>
class Console : MonoBehaviour
{
public static Version version = new Version(1, 0, 0);
public static Version version = new Version(1, 0, 1);

#region Inspector Settings

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ in the Inspector to open the console on mobile devices.

## Compatibility

Supports Unity 5, 2017.x, and 2018.x. It hasn't been tested on all the platforms
that Unity supports but it probably works on most.
Supports Unity 5, 2017.x, 2018.x, and 2019.x. It hasn't been tested on all the
platforms that Unity supports but it probably works on most.

0 comments on commit 8ae8023

Please sign in to comment.