We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d28a3 commit f8ecb6bCopy full SHA for f8ecb6b
Assets/UnityWebSocket/Scripts/Runtime/Core/Settings.cs
@@ -1,4 +1,4 @@
1
-namespace UnityWebSocket
+namespace UnityWebSocket
2
{
3
public static class Settings
4
@@ -7,6 +7,6 @@ public static class Settings
7
public const string QQ_GROUP_LINK = "https://qm.qq.com/cgi-bin/qm/qr?k=KcexYJ9aYwogFXbj2aN0XHH5b2G7ICmd";
8
public const string EMAIL = "[email protected]";
9
public const string AUHTOR = "psygames";
10
- public const string VERSION = "2.6.3";
+ public const string VERSION = "2.6.4";
11
}
12
0 commit comments