From 56ce6c6b7b7d488be88165093068688aa4fa8a11 Mon Sep 17 00:00:00 2001 From: Garry Newman Date: Sat, 12 Dec 2020 12:52:15 +0000 Subject: [PATCH] Update versions --- Constants.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Constants.cs b/Constants.cs index e372873..b557985 100644 --- a/Constants.cs +++ b/Constants.cs @@ -8,7 +8,7 @@ namespace Garry.Control4.Jailbreak { public static class Constants { - public const int Version = 3; + public const int Version = 4; /// /// The cert for composer needs to be named cacert-*.pem @@ -44,6 +44,6 @@ public static class Constants /// /// What version of Director/Composer we're aiming at /// - public const string TargetDirectorVersion = @"3.1.3"; + public const string TargetDirectorVersion = @"3.2.1"; } }