修复:修正版本号

This commit is contained in:
Charles7c 2023-03-30 20:29:05 +08:00
parent 8b955a0b1b
commit fe9201427e
4 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# ContiNew Admin 中后台管理框架
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE)
![SNAPSHOT](https://img.shields.io/badge/Release-v1.0.0-%23ff3f59.svg)
![SNAPSHOT](https://img.shields.io/badge/SNAPSHOT-v1.0.1-%23ff3f59.svg)
[![GitHub Repo stars](https://img.shields.io/github/stars/Charles7c/continew-admin?style=social)](https://github.com/Charles7c/continew-admin)
[![GitHub forks](https://img.shields.io/github/forks/Charles7c/continew-admin?style=social)](https://github.com/Charles7c/continew-admin)
[![Gitee Repo stars](https://gitee.com/Charles7c/continew-admin/badge/star.svg?theme=white)](https://gitee.com/Charles7c/continew-admin)

View File

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

View File

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

View File

@ -59,7 +59,7 @@ limitations under the License.
<hutool.version>5.8.11</hutool.version>
<!-- ### 基础环境相关 ### -->
<revision>1.0.0</revision>
<revision>1.0.1-SNAPSHOT</revision>
<java.version>1.8</java.version>
<spotless.version>2.28.0</spotless.version>
<maven.compiler.source>8</maven.compiler.source>