From 8e5a794cfec7d381b744bbb4274878890ac0aed7 Mon Sep 17 00:00:00 2001 From: Du Wenbo Date: Mon, 6 Apr 2026 08:21:59 +0800 Subject: [PATCH] fix: update VERSIONS.json to match v1.2.0 tag VERSIONS.json was still showing 1.1.0 while the git tag and commit message already referenced v1.2.0. Sync version metadata. Co-Authored-By: Claude Opus 4.6 (1M context) --- VERSIONS.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSIONS.json b/VERSIONS.json index 88634d4..9800d6c 100644 --- a/VERSIONS.json +++ b/VERSIONS.json @@ -1,9 +1,9 @@ { "project": "tp-ems", - "project_version": "1.1.0", + "project_version": "1.2.0", "customer": "天普大兴园区", "core_version": "1.1.0", "frontend_template_version": "1.1.0", - "last_updated": "2026-04-05", - "notes": "Hooks plugin system integrated" + "last_updated": "2026-04-06", + "notes": "Customer-owned frontend, device config, pricing" }