Skip to content

Commit d5caeca

Browse files
committed
merge
1 parent 4fa2bdc commit d5caeca

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

SocketIOClient.uplugin

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"FileVersion": 3,
33
"Version": 1,
4-
"VersionName": "2.7.10",
5-
"EngineVersion": "5.1",
4+
"VersionName": "2.8.0",
5+
"EngineVersion": "5.4",
66
"FriendlyName": "Socket.IO Client",
77
"Description": "Real-time WebSocket networking via Socket.IO protocol usable from blueprints and c++.",
88
"Category": "Networking",

Source/SocketIOLib/SocketIOLib.Build.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ public SocketIOLib(ReadOnlyTargetRules Target) : base(Target)
5050
{
5151
"CoreUObject",
5252
"Engine",
53-
"OpenSSL"
53+
"OpenSSL",
54+
"OpusAudioDecoder"
5455
}
5556
);
5657

0 commit comments

Comments
 (0)