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 100a83a commit d8cdbb5Copy full SHA for d8cdbb5
Qiniu.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = 'Qiniu'
3
- s.version = '7.3.0'
+ s.version = '7.3.1'
4
s.summary = 'Qiniu Resource Storage SDK for iOS and Mac'
5
s.homepage = 'https://github.com/qiniu/objc-sdk'
6
s.social_media_url = 'http://weibo.com/qiniutek'
QiniuSDK/Common/QNVersion.h
@@ -11,4 +11,4 @@
11
/**
12
* sdk 版本
13
*/
14
-static const NSString *kQiniuVersion = @"7.3.0";
+static const NSString *kQiniuVersion = @"7.3.1";
0 commit comments