From d4954cda2321fcdfbd8d90343d14159eee6edff1 Mon Sep 17 00:00:00 2001 From: CraftOS Date: Thu, 18 Jun 2026 16:12:47 +0900 Subject: [PATCH] Update settings.json Update version in settings to V1.3.4 --- app/config/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/settings.json b/app/config/settings.json index 00dc42fb..3737dec8 100644 --- a/app/config/settings.json +++ b/app/config/settings.json @@ -1,5 +1,5 @@ { - "version": "1.3.3", + "version": "1.3.4", "general": { "agent_name": "CraftBot", "os_language": "en" @@ -82,4 +82,4 @@ "openrouter": false }, "aws_credentials": {} -} \ No newline at end of file +}