From 8292947f095f82020a67c7e524a90555badec6f2 Mon Sep 17 00:00:00 2001 From: Ruan Dias Date: Mon, 30 Oct 2023 00:51:06 -0300 Subject: [PATCH] Update version --- modules/ILL/ILL.moon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ILL/ILL.moon b/modules/ILL/ILL.moon index b84c497..cc2e30e 100644 --- a/modules/ILL/ILL.moon +++ b/modules/ILL/ILL.moon @@ -1,4 +1,4 @@ -module_version = "1.4.3" +module_version = "1.4.4" haveDepCtrl, DependencyControl = pcall require, "l0.DependencyControl"