Skip to content

Commit ca6a621

Browse files
committed
Update version to 24.23.3
1 parent 99c2a2b commit ca6a621

File tree

56 files changed

+16
-96
lines changed

Some content is hidden

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

56 files changed

+16
-96
lines changed

BuildConfigurations/Version.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
// Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh`
77
//
88

9-
CURRENT_PROJECT_VERSION=24.23.2
9+
CURRENT_PROJECT_VERSION=24.23.3

Stripe.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'Accept online payments using Stripe.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeApplePay.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\
99
'or other size-constrained apps.'

StripeCameraCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\
99
'It is not meant to be used without other Stripe pods.'

StripeCardScan.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'Scan credit and debit cards to verify that they\'re genuine'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeConnect.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'Use Connect embedded components to add connected account dashboard functionality to your app.'
99
s.license = { type: 'MIT', file: 'LICENSE' }

StripeCore.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\
99
'It is not meant to be used without other Stripe pods.'

StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010

1111
extension StripeAPIConfiguration {
1212
/// The current version of this library.
13-
public static let STPSDKVersion = "24.23.2"
13+
public static let STPSDKVersion = "24.23.3"
1414

1515
// NOTE: `STPSDKVersion` must be a hard-coded static string instead of
1616
// dynamically generated from the bundle's `CFBundleShortVersionString` to

StripeCryptoOnramp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'Facilitates crypto onramp transactions with built-in KYC and identity verification.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

StripeFinancialConnections.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Pod::Spec.new do |s|
33

44
# Do not update s.version directly.
55
# Instead, update the VERSION file and run ./ci_scripts/update_version.sh
6-
s.version = '24.23.2'
6+
s.version = '24.23.3'
77

88
s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.'
99
s.license = { :type => 'MIT', :file => 'LICENSE' }

0 commit comments

Comments
 (0)