From 243596a35a40a20d9ee040e89dfd2f4e2ba3e978 Mon Sep 17 00:00:00 2001 From: Bob Da Ross <52760019+BobDaRoss@users.noreply.github.com> Date: Sun, 21 Mar 2021 22:05:10 -0500 Subject: [PATCH] Fixed release version --- SeamlessClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SeamlessClient.cs b/SeamlessClient.cs index 58fa6ae..7ead929 100644 --- a/SeamlessClient.cs +++ b/SeamlessClient.cs @@ -106,7 +106,7 @@ namespace SeamlessClientPlugin - public static string Version = "1.1.0"; + public static string Version = "1.2.0"; private bool Initilized = false; private bool SentPingResponse = false; public const ushort SeamlessClientNetID = 2936;