Bump to mod version

This commit is contained in:
ZioPao
2025-03-31 02:15:49 +02:00
parent 58d5c8e13d
commit b6b61b872f
3 changed files with 3 additions and 3 deletions

2
.vscode/tasks.json vendored
View File

@@ -13,7 +13,7 @@
"label": "Bump Mod Version", "label": "Bump Mod Version",
"type": "shell", "type": "shell",
"options": {"statusbar": {"label": "$(arrow-up) Bump Mod Version"}}, "options": {"statusbar": {"label": "$(arrow-up) Bump Mod Version"}},
"command": "python ${config:zomboid_user_folder}/PaosCrap/bump_version.py media/lua/client/TOC/Main.lua", "command": "python ${config:zomboid_user_folder}/PaosCrap/bump_version.py 42/media/lua/client/TOC/Main.lua",
}, },
{ {
"label": "Run Zomboid Debug No Steam (42)", "label": "Run Zomboid Debug No Steam (42)",

View File

@@ -6,7 +6,7 @@ require("TOC/Events")
---@class Main ---@class Main
local Main = { local Main = {
_version = "2.1.5" _version = "2.1.6"
} }
function Main.Start() function Main.Start()

View File

@@ -4,5 +4,5 @@ description=You've been bitten. You have only two choices.
id=TheOnlyCure id=TheOnlyCure
icon=icon.png icon=icon.png
url=https://github.com/ZioPao/The-Only-Cure url=https://github.com/ZioPao/The-Only-Cure
modversion=2.1.5 modversion=2
pzversion=41.65 pzversion=41.65