diff --git a/mateclaw-desktop/package.json b/mateclaw-desktop/package.json index 84d065ea..0b4cff32 100644 --- a/mateclaw-desktop/package.json +++ b/mateclaw-desktop/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-desktop", - "version": "2.0.0", + "version": "2.1.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 2d516d74..aae0d30f 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "2.0.0", + "version": "2.1.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/pom.xml b/pom.xml index d57653fe..0c2545e4 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - 2.0.0 + 2.1.0-SNAPSHOT 21