From 3de643dca9fd4b772be674dc60020012462b8a10 Mon Sep 17 00:00:00 2001 From: matevip Date: Sun, 5 Apr 2026 21:00:20 +0800 Subject: [PATCH] chore: bump version to 1.0.108-SNAPSHOT --- mateclaw-server/pom.xml | 2 +- mateclaw-ui/package.json | 2 +- mateclaw-ui/src/views/layout/MainLayout.vue | 3 ++- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/mateclaw-server/pom.xml b/mateclaw-server/pom.xml index 4ffb5e97..95468f43 100644 --- a/mateclaw-server/pom.xml +++ b/mateclaw-server/pom.xml @@ -6,7 +6,7 @@ vip.mate mateclaw-server - 1.0.101 + 1.0.108-SNAPSHOT jar MateClaw Server diff --git a/mateclaw-ui/package.json b/mateclaw-ui/package.json index de3aa936..2d0a10d0 100644 --- a/mateclaw-ui/package.json +++ b/mateclaw-ui/package.json @@ -1,6 +1,6 @@ { "name": "mateclaw-ui", - "version": "1.0.101", + "version": "1.0.108-SNAPSHOT", "private": true, "type": "module", "description": "MateClaw - Personal AI Assistant Web Console", diff --git a/mateclaw-ui/src/views/layout/MainLayout.vue b/mateclaw-ui/src/views/layout/MainLayout.vue index 3990505f..243b291b 100644 --- a/mateclaw-ui/src/views/layout/MainLayout.vue +++ b/mateclaw-ui/src/views/layout/MainLayout.vue @@ -15,7 +15,7 @@
MateClaw - v1.0.0 + v{{ appVersion }}