Skip to content

Commit

Permalink
Bump version number to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mminer committed Jan 4, 2021
1 parent 8082da4 commit 6c3ada8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Console.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Consolation
/// <summary>
/// A console to display Unity's debug logs in-game.
///
/// Version: 1.1.2
/// Version: 1.2.0
/// </summary>
class Console : MonoBehaviour
{
Expand Down Expand Up @@ -424,4 +424,4 @@ public bool TryDequeue(out T result)
}
}
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"keywords": ["console", "debug", "log", "logging"],
"name": "com.matthewminer.consolation",
"unity": "2017.1",
"version": "1.1.0"
"version": "1.2.0"
}

0 comments on commit 6c3ada8

Please sign in to comment.