diff --git a/mateclaw-desktop/package.json b/mateclaw-desktop/package.json index 336d6171..342e68c8 100644 --- a/mateclaw-desktop/package.json +++ b/mateclaw-desktop/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-desktop", - "version": "2.1.0", + "version": "2.2.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 c57cc48c..1746d863 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "2.1.0", + "version": "2.2.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/pom.xml b/pom.xml index f3133720..57005c4b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - 2.1.0 + 2.2.0-SNAPSHOT 21