From e23680000293b6c398ee65bc12aa4095c0ec1d88 Mon Sep 17 00:00:00 2001 From: matevip Date: Mon, 6 Jul 2026 11:40:52 +0800 Subject: [PATCH] chore: bump version to 1.8.0-SNAPSHOT --- mateclaw-desktop/package.json | 2 +- mateclaw-ui/package.json | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mateclaw-desktop/package.json b/mateclaw-desktop/package.json index 77eb1c22..92d611b4 100644 --- a/mateclaw-desktop/package.json +++ b/mateclaw-desktop/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-desktop", - "version": "1.7.0", + "version": "1.8.0-SNAPSHOT", "description": "MateClaw Desktop - AI Assistant powered by Spring AI Alibaba", "author": "MateClaw Team", "license": "Apache-2.0", diff --git a/mateclaw-ui/package.json b/mateclaw-ui/package.json index 939af2a1..5a6116c0 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "1.7.0", + "version": "1.8.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/pom.xml b/pom.xml index 95a3253f..f3233f58 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 1.7.0 + 1.8.0-SNAPSHOT 21