Skip to content

Commit b12ea2b

Browse files
committed
[U] 版本 v2.5.24
1 parent 8690ea7 commit b12ea2b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<br>
2323

2424
<a name="introduction"></a>
25-
介绍 (v2.5.23):
25+
介绍 (v2.5.24):
2626
--------
2727

2828
这是一个支持颜色和文件输出的日志工具, 理论上颜色输出支持所有支持ANSI ESC Code的控制台.
@@ -85,7 +85,7 @@ Maven 导入:
8585
<dependency>
8686
<groupId>com.github.hydevelop</groupId>
8787
<artifactId>HyLogger</artifactId>
88-
<version>2.5.23</version>
88+
<version>2.5.24</version>
8989
</dependency>
9090
```
9191

@@ -112,13 +112,13 @@ allprojects {
112112

113113
```gradle
114114
dependencies {
115-
implementation 'com.github.hydevelop:HyLogger:2.5.23'
115+
implementation 'com.github.hydevelop:HyLogger:2.5.24'
116116
}
117117
```
118118

119119
<!-- 每次更新都要手动改这些版本号好烦的_(:з」∠)_... -->
120120

121-
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/HyLogger/2.5.23)
121+
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/HyLogger/2.5.24)
122122

123123
<br>
124124

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cc.moecraft</groupId>
88
<artifactId>HyLogger</artifactId>
9-
<version>2.5.23</version>
9+
<version>2.5.24</version>
1010

1111
<properties>
1212
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)