Skip to content

Commit

Permalink
[U] 版本 v1.3.0.72
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Aug 24, 2018
1 parent eabb6f4 commit f626bcc
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.0.70</version>
<version>1.3.0.72</version>
</dependency>
```

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

```gradle
dependencies {
implementation 'com.github.hydevelop:HyCommonUtils:1.3.0.70'
implementation 'com.github.hydevelop:HyCommonUtils:1.3.0.72'
}
```

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

<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.0.70</version>
<version>1.3.0.72</version>

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

0 comments on commit f626bcc

Please sign in to comment.