From 6a6652d99a6156bd41baa4eaf45140122dd21e98 Mon Sep 17 00:00:00 2001 From: matevip Date: Sat, 6 Jun 2026 20:50:40 +0800 Subject: [PATCH] chore: bump version to 1.6.0-SNAPSHOT --- mateclaw-ui/package.json | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mateclaw-ui/package.json b/mateclaw-ui/package.json index 6b03914f..cc59caaf 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "1.5.0", + "version": "1.6.0-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/pom.xml b/pom.xml index abc6c83d..f0362718 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ - 1.5.0 + 1.6.0-SNAPSHOT 21