Skip to content

Commit

Permalink
# 6.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
garenwang committed Aug 28, 2023
1 parent b4ac527 commit bdf7a38
Show file tree
Hide file tree
Showing 10 changed files with 15 additions and 12 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 6.2.8


# 6.2.7

1.优化文本审核参数校验
Expand Down
8 changes: 4 additions & 4 deletions QCloudCOSXML.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "QCloudCOSXML"


s.version = "6.2.6"
s.version = "6.2.8"


s.summary = "QCloudCOSXML 腾讯云iOS-SDK组件"
Expand All @@ -22,15 +22,15 @@ s.version = "6.2.6"
s.subspec 'Default' do |default|
default.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'

default.dependency "QCloudCore",'6.2.6'
default.dependency "QCloudCore",'6.2.8'
end
s.subspec 'Slim' do |slim|
slim.source_files = 'QCloudCOSXML/Classes/**/*','QCloudCOSXML/Classes/QCloudCOSXML/*'
slim.dependency "QCloudCore/WithoutMTA",'6.2.6'
slim.dependency "QCloudCore/WithoutMTA",'6.2.8'
end
s.subspec 'Transfer' do |transfer|
transfer.source_files = 'QCloudCOSXML/Classes/*','QCloudCOSXML/Classes/Transfer/**/*','QCloudCOSXML/Classes/Base/**/*'
transfer.dependency "QCloudCore/WithoutMTA",'6.2.6'
transfer.dependency "QCloudCore/WithoutMTA",'6.2.8'

end

Expand Down
2 changes: 1 addition & 1 deletion QCloudCOSXML/Classes/QCloudCOSXMLVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifndef QCloudCOSXMLModuleVersion_h
#define QCloudCOSXMLModuleVersion_h
#define QCloudCOSXMLModuleVersionNumber 602006
#define QCloudCOSXMLModuleVersionNumber 602008

//dependency

Expand Down
2 changes: 1 addition & 1 deletion QCloudCOSXML/Classes/QCloudCOSXMLVersion.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "QCloudCOSXMLVersion.h"
NSString * const QCloudCOSXMLModuleVersion = @"6.2.6";
NSString * const QCloudCOSXMLModuleVersion = @"6.2.8";
NSString * const QCloudCOSXMLModuleName = @"QCloudCOSXML";
@interface QCloudQCloudCOSXMLLoad : NSObject
@end
Expand Down
2 changes: 1 addition & 1 deletion QCloudCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.name = "QCloudCore"


s.version = "6.2.6"
s.version = "6.2.8"



Expand Down
2 changes: 1 addition & 1 deletion QCloudCore/Classes/Base/QCloudCoreVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifndef QCloudCoreModuleVersion_h
#define QCloudCoreModuleVersion_h
#define QCloudCoreModuleVersionNumber 602006
#define QCloudCoreModuleVersionNumber 602008

//dependency

Expand Down
2 changes: 1 addition & 1 deletion QCloudCore/Classes/Base/QCloudCoreVersion.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "QCloudCoreVersion.h"
NSString * const QCloudCoreModuleVersion = @"6.2.6";
NSString * const QCloudCoreModuleVersion = @"6.2.8";
NSString * const QCloudCoreModuleName = @"QCloudCore";
@interface QCloudQCloudCoreLoad : NSObject
@end
Expand Down
2 changes: 1 addition & 1 deletion QCloudQuic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.name = "QCloudQuic"


s.version = "6.2.6"
s.version = "6.2.8"


s.summary = "QCloudQuic 腾讯云iOS-SDK组件"
Expand Down
2 changes: 1 addition & 1 deletion QCloudQuic/Classes/QCloudQuicVersion.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifndef QCloudQuicModuleVersion_h
#define QCloudQuicModuleVersion_h
#define QCloudQuicModuleVersionNumber 602006
#define QCloudQuicModuleVersionNumber 602008

//dependency

Expand Down
2 changes: 1 addition & 1 deletion QCloudQuic/Classes/QCloudQuicVersion.m
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#import "QCloudQuicVersion.h"
NSString * const QCloudQuicModuleVersion = @"6.2.6";
NSString * const QCloudQuicModuleVersion = @"6.2.8";
NSString * const QCloudQuicModuleName = @"QCloudQuic";
@interface QCloudQCloudQuicLoad : NSObject
@end
Expand Down

0 comments on commit bdf7a38

Please sign in to comment.