Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
getnamo committed Jun 4, 2024
1 parent 4fa2bdc commit d5caeca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SocketIOClient.uplugin
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.7.10",
"EngineVersion": "5.1",
"VersionName": "2.8.0",
"EngineVersion": "5.4",
"FriendlyName": "Socket.IO Client",
"Description": "Real-time WebSocket networking via Socket.IO protocol usable from blueprints and c++.",
"Category": "Networking",
Expand Down
3 changes: 2 additions & 1 deletion Source/SocketIOLib/SocketIOLib.Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ public SocketIOLib(ReadOnlyTargetRules Target) : base(Target)
{
"CoreUObject",
"Engine",
"OpenSSL"
"OpenSSL",
"OpusAudioDecoder"
}
);

Expand Down

0 comments on commit d5caeca

Please sign in to comment.