diff --git a/Assets/NetworkLobbyClient/Runtime/LobbyClient.deps.json b/Assets/NetworkLobbyClient/Runtime/LobbyClient.deps.json index 486b0cd..5b2340b 100644 --- a/Assets/NetworkLobbyClient/Runtime/LobbyClient.deps.json +++ b/Assets/NetworkLobbyClient/Runtime/LobbyClient.deps.json @@ -66,7 +66,10 @@ "System.Memory": "4.5.5" }, "runtime": { - "LobbyServerDto.dll": {} + "LobbyServerDto.dll": { + "assemblyVersion": "1.0.0.0", + "fileVersion": "1.0.0.0" + } } } } diff --git a/Assets/NetworkLobbyClient/Runtime/LobbyClient.dll b/Assets/NetworkLobbyClient/Runtime/LobbyClient.dll index 8e772fd..07ae82e 100644 Binary files a/Assets/NetworkLobbyClient/Runtime/LobbyClient.dll and b/Assets/NetworkLobbyClient/Runtime/LobbyClient.dll differ diff --git a/Assets/NetworkLobbyClient/Runtime/LobbyServerDto.dll b/Assets/NetworkLobbyClient/Runtime/LobbyServerDto.dll index 6fc601e..735b14d 100644 Binary files a/Assets/NetworkLobbyClient/Runtime/LobbyServerDto.dll and b/Assets/NetworkLobbyClient/Runtime/LobbyServerDto.dll differ diff --git a/Assets/NetworkLobbyClient/package.json b/Assets/NetworkLobbyClient/package.json index 3042f5a..3cb11a7 100644 --- a/Assets/NetworkLobbyClient/package.json +++ b/Assets/NetworkLobbyClient/package.json @@ -1,6 +1,6 @@ { "name": "com.incobyte.lobbyclient", - "version": "1.0.5", + "version": "1.0.6", "displayName": "Game Lobby Client", "description": "Provides a client for the game lobby server to list and join lobbies", "unity": "2022.3",