Skip to content

Commit

Permalink
0.2.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DerpyNewbie committed Nov 3, 2024
1 parent 0f2c931 commit e0db21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Packages/dev.derpynewbie.logger/Runtime/NewbieConsole.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace DerpyNewbie.Logger
[DefaultExecutionOrder(-10000)] [UdonBehaviourSyncMode(BehaviourSyncMode.None)]
public class NewbieConsole : PrintableBase
{
private const string Version = "0.1.11";
private const string Version = "0.2.0-beta.1";

[SerializeField]
private LogLevels defaultLogLevel = LogLevels.Info;
Expand Down
2 changes: 1 addition & 1 deletion Packages/dev.derpynewbie.logger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dev.derpynewbie.logger",
"version": "0.1.11",
"version": "0.2.0-beta.1",
"displayName": "Newbie Logger",
"description": "Feature rich U# Logger/Console for VRChat",
"unity": "2019.4",
Expand Down

0 comments on commit e0db21b

Please sign in to comment.