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