chore: 更新版本号

This commit is contained in:
Charles7c 2023-09-25 20:50:51 +08:00
parent 0263fc1779
commit 7429626aae
4 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@
<img src="https://img.shields.io/badge/License-Apache--2.0-blue.svg" alt="License" />
</a>
<a href="https://github.com/Charles7c/continew-admin/tree/1.0.x" target="_blank">
<img src="https://img.shields.io/badge/RELEASE-v1.2.0-%23ff3f59.svg" alt="Release" />
<img src="https://img.shields.io/badge/SNAPSHOT-v1.3.0-%23ff3f59.svg" alt="Release" />
</a>
<a href="https://github.com/Charles7c/continew-admin" target="_blank">
<img src="https://img.shields.io/github/stars/Charles7c/continew-admin?style=social" alt="GitHub stars" />
@ -44,7 +44,7 @@ ContiNew Admin Continue New Admin中后台管理框架/脚手架,持续
- 和众多大佬互相 (huá shuǐ) 交流 (mō yú)
<div align="left">
<img src="https://doc.charles7c.top/qrcode.jpg" alt="二维码" width="230px" />
<img src="https://doc.charles7c.top/qrcode.jpg?1695656050" alt="二维码" width="230px" />
</div>
<details>

View File

@ -1,7 +1,7 @@
{
"name": "continew-admin-ui",
"description": "ContiNew Admin 中后台管理框架Continue New Admin持续以最新流行技术栈构建拥抱变化迭代优化。",
"version": "1.2.0",
"version": "1.3.0-SNAPSHOT",
"private": true,
"author": "Charles7c",
"license": "Apache-2.0",

View File

@ -5,7 +5,7 @@ project:
# 应用名称
appName: continew-admin
# 版本
version: 1.2.0
version: 1.3.0-SNAPSHOT
# 描述
description: ContiNew Admin 中后台管理框架/脚手架Continue New Admin持续以最新流行技术栈构建拥抱变化迭代优化。
# URL

View File

@ -60,7 +60,7 @@ limitations under the License.
<hutool.version>5.8.20</hutool.version>
<!-- ### 基础环境相关 ### -->
<revision>1.2.0</revision>
<revision>1.3.0-SNAPSHOT</revision>
<java.version>1.8</java.version>
<spotless.version>2.30.0</spotless.version>
<maven.compiler.source>8</maven.compiler.source>