From ec5df08574a7c763071197bbcedc4047a893e844 Mon Sep 17 00:00:00 2001 From: Enginex0 Date: Wed, 17 Jun 2026 20:34:17 +0100 Subject: [PATCH] chore(release): sync update.json to v6.0.1-277 The packaging task rewrites update.json to gitCommitCount on every build; this records the v6.0.1-277 artifacts and supersedes the manual 271 bump made before the build counter was understood. --- module/update.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/update.json b/module/update.json index cbaa7a1..c8d940d 100644 --- a/module/update.json +++ b/module/update.json @@ -1,6 +1,6 @@ { - "version": "v6.0.1-271", - "versionCode": 271, - "zipUrl": "https://github.com/Enginex0/TEESimulator-RS/releases/download/v6.0.1-271/TEESimulator-RS-v6.0.1-271-Release.zip", + "version": "v6.0.1-277", + "versionCode": 277, + "zipUrl": "https://github.com/Enginex0/TEESimulator-RS/releases/download/v6.0.1-277/TEESimulator-RS-v6.0.1-277-Release.zip", "changelog": "https://raw.githubusercontent.com/Enginex0/TEESimulator-RS/main/module/changelog.md" }