Skip to content

Commit

Permalink
Merge pull request #30 from JoshuaYin/master
Browse files Browse the repository at this point in the history
2.1.5
  • Loading branch information
joshua.yin authored Sep 11, 2019
2 parents d2eb2ec + e1e8da3 commit 423e3bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile-client-java</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
```

Expand All @@ -36,7 +36,7 @@
/*
* your other dependencies
*/
implementation 'cn.ucloud.ufile:ufile-client-java:2.1.4'
implementation 'cn.ucloud.ufile:ufile-client-java:2.1.5'
}
```

Expand Down
2 changes: 1 addition & 1 deletion ufile-sample-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<dependency>
<groupId>cn.ucloud.ufile</groupId>
<artifactId>ufile-client-java</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 423e3bb

Please sign in to comment.