From 4833cbda39dc6d9e809011bc40fa4b4fa392ef78 Mon Sep 17 00:00:00 2001 From: matevip Date: Thu, 14 May 2026 16:03:08 +0800 Subject: [PATCH] chore: bump to 1.4.0-SNAPSHOT for next development cycle --- mateclaw-server/pom.xml | 4 ++-- mateclaw-ui/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mateclaw-server/pom.xml b/mateclaw-server/pom.xml index 6b638658..fcfbb279 100644 --- a/mateclaw-server/pom.xml +++ b/mateclaw-server/pom.xml @@ -6,7 +6,7 @@ vip.mate mateclaw-server - 1.3.0 + 1.4.0-SNAPSHOT jar MateClaw Server @@ -423,7 +423,7 @@ com.tngtech.archunit archunit-junit5 - 1.3.0 + 1.4.0-SNAPSHOT test diff --git a/mateclaw-ui/package.json b/mateclaw-ui/package.json index 7a3178c2..82fb5fff 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "1.3.0", + "version": "1.4.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console",