Skip to content

Commit fe92014

Browse files
committed
修复:修正版本号
1 parent 8b955a0 commit fe92014

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ContiNew Admin 中后台管理框架
22

33
[![License](https://img.shields.io/badge/License-Apache--2.0-blue.svg)](https://github.com/Charles7c/continew-admin/blob/dev/LICENSE)
4-
![SNAPSHOT](https://img.shields.io/badge/Release-v1.0.0-%23ff3f59.svg)
4+
![SNAPSHOT](https://img.shields.io/badge/SNAPSHOT-v1.0.1-%23ff3f59.svg)
55
[![GitHub Repo stars](https://img.shields.io/github/stars/Charles7c/continew-admin?style=social)](https://github.com/Charles7c/continew-admin)
66
[![GitHub forks](https://img.shields.io/github/forks/Charles7c/continew-admin?style=social)](https://github.com/Charles7c/continew-admin)
77
[![Gitee Repo stars](https://gitee.com/Charles7c/continew-admin/badge/star.svg?theme=white)](https://gitee.com/Charles7c/continew-admin)

continew-admin-ui/package.json

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

continew-admin-webapi/src/main/resources/application.yml

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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959
<hutool.version>5.8.11</hutool.version>
6060

6161
<!-- ### 基础环境相关 ### -->
62-
<revision>1.0.0</revision>
62+
<revision>1.0.1-SNAPSHOT</revision>
6363
<java.version>1.8</java.version>
6464
<spotless.version>2.28.0</spotless.version>
6565
<maven.compiler.source>8</maven.compiler.source>

0 commit comments

Comments
 (0)