Skip to content

Commit 417eac0

Browse files
author
garenwang
committed
fix:quic6.2.8发布
1 parent d17545f commit 417eac0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
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.7"
13+
s.version = "6.2.8"
1414

1515

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

QCloudQuic/Classes/QCloudQuicVersion.h

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

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

1010
//dependency
1111

QCloudQuic/Classes/QCloudQuicVersion.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#import "QCloudQuicVersion.h"
2-
NSString * const QCloudQuicModuleVersion = @"6.2.7";
2+
NSString * const QCloudQuicModuleVersion = @"6.2.8";
33
NSString * const QCloudQuicModuleName = @"QCloudQuic";
44
@interface QCloudQCloudQuicLoad : NSObject
55
@end

0 commit comments

Comments
 (0)