Skip to content

Commit 1b206f4

Browse files
authored
Merge pull request #209 from sxci/rels_7.1.1
release 7.1.1 [ci skip]
2 parents e246e94 + a7d21fd commit 1b206f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ POM_DEVELOPER_ID=qiniu
1616
POM_DEVELOPER_NAME=Qiniu
1717

1818
POM_ARTIFACT_ID=qiniu-java-sdk
19-
POM_NAME=java-sdk
19+
POM_NAME=qiniu-java-sdk
2020
POM_PACKAGING=jar

src/main/java/com/qiniu/common/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
public final class Config {
88

9-
public static final String VERSION = "7.1.0";
9+
public static final String VERSION = "7.1.1";
1010
/**
1111
* 断点上传时的分块大小(默认的分块大小, 不允许改变)
1212
*/

0 commit comments

Comments
 (0)