Skip to content

Commit 92c795d

Browse files
committed
[U] Release v4.0.254
1 parent 185249a commit 92c795d

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-
介绍 (v4.0.247):
25+
介绍 (v4.0.254):
2626
--------
2727

2828
这是一个支持颜色和文件输出的日志工具, 理论上颜色输出支持所有支持 ANSI ESC Code 的控制台.
@@ -97,7 +97,7 @@ Maven 导入:
9797
<dependency>
9898
<groupId>com.github.hydevelop</groupId>
9999
<artifactId>HyLogger</artifactId>
100-
<version>4.0.247</version>
100+
<version>4.0.254</version>
101101
</dependency>
102102
```
103103

@@ -124,13 +124,13 @@ allprojects {
124124

125125
```gradle
126126
dependencies {
127-
implementation 'com.github.hydevelop:HyLogger:4.0.247'
127+
implementation 'com.github.hydevelop:HyLogger:4.0.254'
128128
}
129129
```
130130

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

133-
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#HyDevelop/HyLogger/4.0.247)
133+
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#HyDevelop/HyLogger/4.0.254)
134134

135135
<br>
136136

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>4.0.247</version>
9+
<version>4.0.254</version>
1010

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

0 commit comments

Comments
 (0)