From f7722b8b3c4ed1ce8d421592d868cd316f2f2a84 Mon Sep 17 00:00:00 2001 From: Jan Kaniewski Date: Thu, 25 Jul 2024 19:37:11 -0700 Subject: [PATCH] bump for serialization feature --- SocketIOClient.uplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SocketIOClient.uplugin b/SocketIOClient.uplugin index 638ce13..881dc96 100644 --- a/SocketIOClient.uplugin +++ b/SocketIOClient.uplugin @@ -1,7 +1,7 @@ { "FileVersion": 3, "Version": 1, - "VersionName": "2.8.0", + "VersionName": "2.8.1", "EngineVersion": "5.4", "FriendlyName": "Socket.IO Client", "Description": "Real-time WebSocket networking via Socket.IO protocol usable from blueprints and c++.",