Skip to content

Commit

Permalink
[U] 版本 v1.3.1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 26, 2018
1 parent 8e0c31a commit f7fc509
Show file tree
Hide file tree
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
Expand Up @@ -38,7 +38,7 @@ Maven 导入:
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>HyCommonUtils</artifactId>
<version>1.3.1.86</version>
<version>1.3.1.88</version>
</dependency>
```

Expand All @@ -65,11 +65,11 @@ allprojects {

```gradle
dependencies {
implementation 'com.github.hydevelop:HyCommonUtils:1.3.1.86'
implementation 'com.github.hydevelop:HyCommonUtils:1.3.1.88'
}
```

#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/HyCommonUtils/1.3.1.86)
#### [其他导入(SBT / Leiningen)](https://jitpack.io/#hydevelop/HyCommonUtils/1.3.1.88)

<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>HyCommonUtils</artifactId>
<version>1.3.1.86</version>
<version>1.3.1.88</version>

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

0 comments on commit f7fc509

Please sign in to comment.