Skip to content

Commit

Permalink
settings version 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
psygames committed Mar 8, 2022
1 parent 56d28a3 commit f8ecb6b
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 = "799329256@qq.com";
public const string AUHTOR = "psygames";
public const string VERSION = "2.6.3";
public const string VERSION = "2.6.4";
}
}

0 comments on commit f8ecb6b

Please sign in to comment.