Skip to content

Commit

Permalink
[U] 版本 v1.3.2.104
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Sep 8, 2018
1 parent 5f7b101 commit 23a49f2
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.88</version>
<version>1.3.2.104</version>
</dependency>
```

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

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

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

<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.88</version>
<version>1.3.2.104</version>

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

0 comments on commit 23a49f2

Please sign in to comment.