Skip to content

Commit f222dea

Browse files
authoredJan 22, 2025
bump iOS SDK version to 2.40.1
2 parents 47ceb90 + 396f2ff commit f222dea

File tree

145 files changed

+257
-236
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+257
-236
lines changed
 

‎AWSAPIGateway.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22

33
s.name = 'AWSAPIGateway'
4-
s.version = '2.40.0'
4+
s.version = '2.40.1'
55
s.summary = 'Amazon Web Services SDK for iOS.'
66

77
s.description = 'The AWS SDK for iOS provides a library, code samples, and documentation for developers to build connected mobile applications using AWS.'
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source = { :git => 'https://github.com/aws-amplify/aws-sdk-ios.git',
1414
:tag => s.version}
1515
s.requires_arc = true
16-
s.dependency 'AWSCore', '2.40.0'
16+
s.dependency 'AWSCore', '2.40.1'
1717

1818
s.source_files = 'AWSAPIGateway/*.{h,m}'
1919
s.resource_bundle = { 'AWSAPIGateway' => ['AWSAPIGateway/PrivacyInfo.xcprivacy']}

‎AWSAPIGateway/AWSAPIGatewayClient.m

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

2424
static NSString *const AWSAPIGatewayAPIKeyHeader = @"x-api-key";
2525

26-
NSString *const AWSAPIGatewaySDKVersion = @"2.40.0";
26+
NSString *const AWSAPIGatewaySDKVersion = @"2.40.1";
2727

2828
static int defaultChunkSize = 1024;
2929

0 commit comments

Comments
 (0)