mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
chore: bump version to 2.3.0-SNAPSHOT
This commit is contained in:
parent
d8976ddf1e
commit
631b8ab02a
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mateclaw-desktop",
|
"name": "mateclaw-desktop",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0-SNAPSHOT",
|
||||||
"description": "MateClaw Desktop - AI Assistant powered by Spring AI Alibaba",
|
"description": "MateClaw Desktop - AI Assistant powered by Spring AI Alibaba",
|
||||||
"author": "MateClaw Team",
|
"author": "MateClaw Team",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mateclaw-ui",
|
"name": "mateclaw-ui",
|
||||||
"version": "2.2.0",
|
"version": "2.3.0-SNAPSHOT",
|
||||||
"private": true,
|
"private": true,
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"description": "MateClaw - Personal AI Assistant Web Console",
|
"description": "MateClaw - Personal AI Assistant Web Console",
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- MateClaw release version shared by all Maven modules. -->
|
<!-- MateClaw release version shared by all Maven modules. -->
|
||||||
<revision>2.2.0</revision>
|
<revision>2.3.0-SNAPSHOT</revision>
|
||||||
|
|
||||||
<!-- Java -->
|
<!-- Java -->
|
||||||
<java.version>21</java.version>
|
<java.version>21</java.version>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user