diff --git a/mateclaw-desktop/package.json b/mateclaw-desktop/package.json index f7fbdef7..064c7735 100644 --- a/mateclaw-desktop/package.json +++ b/mateclaw-desktop/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-desktop", - "version": "1.8.0", + "version": "2.0.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 45f8c54a..bdac7f9f 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "1.8.0", + "version": "2.0.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/pom.xml b/pom.xml index 258d8c54..af6743c8 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ - 1.8.0 + 2.0.0-SNAPSHOT 21