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 981cb8e commit 820bd09Copy full SHA for 820bd09
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.1";
+ public const string VERSION = "2.6.2";
11
}
12
0 commit comments