From 16eccf9c5ee6ab766c5f4df246f1e29c3f1b9c92 Mon Sep 17 00:00:00 2001 From: Bob Da Ross <52760019+BobDaRoss@users.noreply.github.com> Date: Mon, 10 May 2021 17:10:27 -0500 Subject: [PATCH] Update version --- SeamlessClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SeamlessClient.cs b/SeamlessClient.cs index 1a29e6f..90cd149 100644 --- a/SeamlessClient.cs +++ b/SeamlessClient.cs @@ -106,7 +106,7 @@ namespace SeamlessClientPlugin - public static string Version = "1.2.12"; + public static string Version = "1.2.20"; public static bool Debug = false; private static bool Initilized = false;