Skip to content

Commit 2a21c46

Browse files
author
fxu
committed
chore: 更新项目版本号
- 将 xcore 模块版本从 0.1.0 更新至 0.1 - 将 xJavaFxTool 模块版本从 1.0.0 更新至 1.0.1
1 parent 64987fd commit 2a21c46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

xJavaFxTool/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
}
101101

102102
group = 'com.xwintop'
103-
version = '1.0.0'
103+
version = '1.0.1'
104104
description = 'xJavaFxTool'
105105

106106
compileJava {

xcore/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
}
1919

2020
group = 'com.gitee.xwintop'
21-
version = '0.1.0'
21+
version = '0.1.1'
2222
description = 'xcore'
2323

2424
//compileJava {

0 commit comments

Comments
 (0)