fix(module): align update.json versionCode with release ZIP

Release ZIP was built at 89 commits (versionCode=89) but update.json
had versionCode=90, causing an infinite update loop in KSU Manager.
This commit is contained in:
Enginex0
2026-03-10 04:40:53 +01:00
parent 3ecc72bcb7
commit 1bfe628317
+1 -1
View File
@@ -1,6 +1,6 @@
{
"version": "v4.0",
"versionCode": 90,
"versionCode": 89,
"zipUrl": "https://github.com/Enginex0/TEESimulator/releases/download/v4.0/TEESimulator-v4.0-Release.zip",
"changelog": "https://raw.githubusercontent.com/Enginex0/TEESimulator/main/module/changelog.md"
}