From 512fa6614b09f36311229be08b38de1286bc43d8 Mon Sep 17 00:00:00 2001 From: getnamo Date: Wed, 23 Oct 2024 22:57:39 -0700 Subject: [PATCH] bump for serialization addition --- SocketIOClient.uplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SocketIOClient.uplugin b/SocketIOClient.uplugin index cb7dabc..ed46728 100644 --- a/SocketIOClient.uplugin +++ b/SocketIOClient.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.8.3", + "VersionName": "2.8.4", "EngineVersion": "5.4", "FriendlyName": "Socket.IO Client", "Description": "Real-time WebSocket networking via Socket.IO protocol usable from blueprints and c++.",