Skip to content

Commit

Permalink
fix version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
psygames committed Mar 3, 2022
1 parent 981cb8e commit 820bd09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Assets/UnityWebSocket/Scripts/Runtime/Core/Settings.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace UnityWebSocket
namespace UnityWebSocket
{
public static class Settings
{
Expand All @@ -7,6 +7,6 @@ public static class Settings
public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd";
public const string EMAIL = "[email protected]";
public const string AUHTOR = "psygames";
public const string VERSION = "2.6.1";
public const string VERSION = "2.6.2";
}
}

0 comments on commit 820bd09

Please sign in to comment.