We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e246e94 commit a7d21fdCopy full SHA for a7d21fd
gradle.properties
@@ -16,5 +16,5 @@ POM_DEVELOPER_ID=qiniu
16
POM_DEVELOPER_NAME=Qiniu
17
18
POM_ARTIFACT_ID=qiniu-java-sdk
19
-POM_NAME=java-sdk
+POM_NAME=qiniu-java-sdk
20
POM_PACKAGING=jar
src/main/java/com/qiniu/common/Config.java
@@ -6,7 +6,7 @@
6
7
public final class Config {
8
9
- public static final String VERSION = "7.1.0";
+ public static final String VERSION = "7.1.1";
10
/**
11
* 断点上传时的分块大小(默认的分块大小, 不允许改变)
12
*/
0 commit comments