From c0ec96cf64a9f84366139f1c974c03977455f53a Mon Sep 17 00:00:00 2001 From: Tipi CI Date: Tue, 24 Sep 2024 14:19:35 +0000 Subject: [PATCH] Update app version [ready] --- apps/matter-server/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/matter-server/config.json b/apps/matter-server/config.json index 63870b7d2f..01a0d46648 100644 --- a/apps/matter-server/config.json +++ b/apps/matter-server/config.json @@ -6,8 +6,8 @@ "no_gui": true, "port": 9997, "id": "matter-server", - "tipi_version": 11, - "version": "6.5.1", + "tipi_version": 12, + "version": "6.5.2", "categories": ["utilities", "automation"], "author": "OpenHomeFoundation", "description": "This project implements a Matter Controller Server over WebSockets using the official Matter (formerly CHIP) SDK as a base and provides both a server and client implementation.", @@ -16,5 +16,5 @@ "form_fields": [], "supported_architectures": ["arm64", "amd64"], "created_at": 1691943801422, - "updated_at": 1726160439000 + "updated_at": 1727187565000 }