diff --git a/.gitignore b/.gitignore index d163863..6359dfb 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/ \ No newline at end of file +build/ +Howl.lua \ No newline at end of file diff --git a/Krypton b/Krypton index f3e69ad..3e691c4 160000 --- a/Krypton +++ b/Krypton @@ -1 +1 @@ -Subproject commit f3e69adf037d4a51bd289840f5bdcec00df6db2a +Subproject commit 3e691c4a190a53bc0bef247b747e1a8e308c92d2 diff --git a/radon.lua b/radon.lua index 9ee796b..53aeb18 100644 --- a/radon.lua +++ b/radon.lua @@ -1,4 +1,4 @@ -local version = "1.3.7" +local version = "1.3.8" local configHelpers = require "util.configHelpers" local schemas = require "core.schemas" local oldPullEvent = os.pullEvent