Skip to content

Commit

Permalink
[U] 版本 v2.5.23
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Jul 10, 2018
1 parent 83e65a5 commit a0c7671
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ Maven 导入:
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>HyLogger</artifactId>
<version>2.5.22</version>
<version>2.5.23</version>
</dependency>
```

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

```gradle
dependencies {
implementation 'com.github.hydevelop:HyLogger:2.5.22'
implementation 'com.github.hydevelop:HyLogger:2.5.23'
}
```

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

#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/HyLogger/2.5.22)
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/HyLogger/2.5.23)

<br>

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

<groupId>cc.moecraft</groupId>
<artifactId>HyLogger</artifactId>
<version>2.5.22</version>
<version>2.5.23</version>

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

0 comments on commit a0c7671

Please sign in to comment.