From 631b8ab02af6341358662e3166d9caf9c38c07fa Mon Sep 17 00:00:00 2001 From: matevip Date: Mon, 31 Aug 2026 05:10:55 -0400 Subject: [PATCH] chore: bump version to 2.3.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 e1fef6e5..5aaf9a49 100644 --- a/mateclaw-desktop/package.json +++ b/mateclaw-desktop/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-desktop", - "version": "2.2.0", + "version": "2.3.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 28ece50e..497643f4 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "2.2.0", + "version": "2.3.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/pom.xml b/pom.xml index 2477b883..254fff3f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ - 2.2.0 + 2.3.0-SNAPSHOT 21