bump version

This commit is contained in:
DramaticShape
2026-07-29 22:29:23 -04:00
parent 99e18f7b5b
commit 5ff56eab46
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -735,7 +735,7 @@ mod.hooks:wrap("world.tod", function(next, tod, ctx)
return DayNight.tod()
end)
mod.exports.version = "1.1.1"
mod.exports.version = "1.2.0"
-- 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
+2 -2
View File
@@ -1,12 +1,12 @@
{
"id": "DRAMATIC_SHAPE",
"name": "Dramatic Shape Voxel Mod",
"version": "1.1.1",
"version": "1.2.0",
"api": 2,
"entry": "main.lua",
"profile": "content",
"category": "GRAPHICS",
"game_version": "0.0.0-dev || >=0.1.32 <2.0.0",
"game_version": "0.0.0-dev || >=0.1.37 <2.0.0",
"priority": 100,
"dependencies": [],
"optional_dependencies": [],
+1 -1
View File
@@ -38,5 +38,5 @@ return {
credits = {
{ who = "pret/pokered", for_ = "the tile and sprite data the geometry is derived from" },
},
compat = { engine = ">=0.1.32 <2.0.0", modApi = 2 },
compat = { engine = ">=0.1.37 <2.0.0", modApi = 2 },
}