Skip to content

Commit

Permalink
[U] Release v4.0.254
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Dec 25, 2018
1 parent 185249a commit 92c795d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<br>

<a name="introduction"></a>
介绍 (v4.0.247):
介绍 (v4.0.254):
--------

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

Expand All @@ -124,13 +124,13 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.hydevelop:HyLogger:4.0.247'
implementation 'com.github.hydevelop:HyLogger:4.0.254'
}
```

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

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

<br>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>cc.moecraft</groupId>
<artifactId>HyLogger</artifactId>
<version>4.0.247</version>
<version>4.0.254</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down

0 comments on commit 92c795d

Please sign in to comment.