iterate version to 1.2.1

This commit is contained in:
DramaticShape
2026-07-30 00:11:02 -04:00
parent eabc8af716
commit 500556c3fc
4 changed files with 85 additions and 7 deletions
+1 -1
View File
@@ -745,7 +745,7 @@ mod.hooks:wrap("world.tod", function(next, tod, ctx)
return DayNight.tod()
end)
mod.exports.version = "1.2.0"
mod.exports.version = "1.2.1"
-- exposed so a companion mod can pin its own tiles' shapes or read the
-- camera without reaching into this mod's file layout
mod.exports.lib = V