Skip to content

Commit c4afdb1

Browse files
authored
Merge pull request #520 from qiniu/ys_dev
change version to 7.6.0
2 parents adce452 + 0db1fe3 commit c4afdb1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changelog
2-
## 7.5.1 (2021-04-29)
2+
## 7.6.0 (2021-04-29)
33

44
## 增加
55
* 上传服务基础上传数据 api 支持 InputStream

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
<dependency>
1313
<groupId>com.qiniu</groupId>
1414
<artifactId>qiniu-java-sdk</artifactId>
15-
<version>[7.5.0, 7.5.99]</version>
15+
<version>[7.6.0, 7.6.99]</version>
1616
</dependency>
1717
```
1818
或者 Gradle:
1919
```groovy
20-
compile 'com.qiniu:qiniu-java-sdk:7.5.+'
20+
compile 'com.qiniu:qiniu-java-sdk:7.6.+'
2121
```
2222

2323
## 运行环境

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public final class Constants {
99
/**
1010
* 版本号
1111
*/
12-
public static final String VERSION = "7.5.1";
12+
public static final String VERSION = "7.6.0";
1313
/**
1414
* 块大小,不能改变
1515
*/

0 commit comments

Comments
 (0)