Skip to content

Commit 6bcac95

Browse files
author
Conti
committed
updated dependecy version
1 parent cfdbf87 commit 6bcac95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Integrations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static void LookForIntegrations()
5353
else if (mod.Assembly.GetName().Name == "AutoLightshow")
5454
{
5555
var scoreVersion = new Version(mod.Info.Version);
56-
var lastUnsupportedVersion = new Version("0.1.0");
56+
var lastUnsupportedVersion = new Version("1.'.0");
5757
var result = scoreVersion.CompareTo(lastUnsupportedVersion);
5858
if (result > 0)
5959
{

0 commit comments

Comments
 (0)