Skip to content

Commit a52226a

Browse files
author
garenwang
committed
quic6.2.7发布
1 parent 1b84cb0 commit a52226a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EXTERNAL SOURCES:
2424
:path: "."
2525

2626
SPEC CHECKSUMS:
27-
QCloudCore: 611b7f24b56c1937693a21492044bbf56bdd8836
27+
QCloudCore: b99da67cb77dfbe5ce585bc1fea0911eaf2ddb82
2828
QCloudCOSXML: 1704d7acb332103ac2559ddd5cc50c80c1738f6a
2929
QCloudQuic: b76e2c2641a6e94464762fb3b5a32c882bd09eb7
3030

Binary file not shown.

QCloudQuic.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.name = "QCloudQuic"
1111

1212

13-
s.version = "6.2.6"
13+
s.version = "6.2.7"
1414

1515

1616
s.summary = "QCloudQuic 腾讯云iOS-SDK组件"

QCloudQuic/Classes/QCloudQuicVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55

66
#ifndef QCloudQuicModuleVersion_h
77
#define QCloudQuicModuleVersion_h
8-
#define QCloudQuicModuleVersionNumber 602006
8+
#define QCloudQuicModuleVersionNumber 602007
99

1010
//dependency
1111

1212
//
1313
FOUNDATION_EXTERN NSString * const QCloudQuicModuleVersion;
1414
FOUNDATION_EXTERN NSString * const QCloudQuicModuleName;
1515

16-
#endif
16+
#endif

QCloudQuic/Classes/QCloudQuicVersion.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudQuicVersion.h"
2-
NSString * const QCloudQuicModuleVersion = @"6.2.6";
2+
NSString * const QCloudQuicModuleVersion = @"6.2.7";
33
NSString * const QCloudQuicModuleName = @"QCloudQuic";
44
@interface QCloudQCloudQuicLoad : NSObject
55
@end
@@ -26,4 +26,4 @@ + (void) load
2626
#pragma clang diagnostic pop
2727
}
2828
}
29-
@end
29+
@end

0 commit comments

Comments
 (0)