From b245e065c0ea9cdc299f2d6ee549e4a4c77b30a4 Mon Sep 17 00:00:00 2001 From: processout-ci <131873576+processout-ci@users.noreply.github.com> Date: Tue, 9 May 2023 09:36:44 +0100 Subject: [PATCH] feat(release): 3.5.0 (#96) --- ProcessOut.podspec | 2 +- ProcessOutCheckout3DS.podspec | 2 +- .../Sources/Generated/ProcessOutApiType+Version.swift | 4 ++-- Version.resolved | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ProcessOut.podspec b/ProcessOut.podspec index 77b9d3c36..66ad9a402 100644 --- a/ProcessOut.podspec +++ b/ProcessOut.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProcessOut' - s.version = '3.4.0' + s.version = '3.5.0' s.swift_versions = ['5.7'] s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/processout/processout-ios' diff --git a/ProcessOutCheckout3DS.podspec b/ProcessOutCheckout3DS.podspec index ecb39e864..2f7dfc808 100644 --- a/ProcessOutCheckout3DS.podspec +++ b/ProcessOutCheckout3DS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProcessOutCheckout3DS' - s.version = '3.4.0' + s.version = '3.5.0' s.swift_versions = ['5.7'] s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/processout/processout-ios' diff --git a/Sources/ProcessOut/Sources/Generated/ProcessOutApiType+Version.swift b/Sources/ProcessOut/Sources/Generated/ProcessOutApiType+Version.swift index 98b6a38d2..06958bef3 100644 --- a/Sources/ProcessOut/Sources/Generated/ProcessOutApiType+Version.swift +++ b/Sources/ProcessOut/Sources/Generated/ProcessOutApiType+Version.swift @@ -7,8 +7,8 @@ extension ProcessOutApiType { - /// The current version of this library, value is "3.4.0". + /// The current version of this library, value is "3.5.0". public static var version: String { - "3.4.0" + "3.5.0" } } diff --git a/Version.resolved b/Version.resolved index 18091983f..1545d9665 100644 --- a/Version.resolved +++ b/Version.resolved @@ -1 +1 @@ -3.4.0 +3.5.0