From 348f1f32578c6fc45fcfc26e6df44d6d17b8c25a Mon Sep 17 00:00:00 2001 From: processout-ci <131873576+processout-ci@users.noreply.github.com> Date: Tue, 24 Oct 2023 12:43:27 +0100 Subject: [PATCH] feat(release): 4.7.1 (#186) Co-authored-by: andrii-vysotskyi-cko --- ProcessOut.podspec | 2 +- ProcessOutCheckout3DS.podspec | 2 +- Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift | 4 ++-- Version.resolved | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ProcessOut.podspec b/ProcessOut.podspec index 0516b2088..c90b40735 100644 --- a/ProcessOut.podspec +++ b/ProcessOut.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProcessOut' - s.version = '4.7.0' + s.version = '4.7.1' s.swift_versions = ['5.9'] s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/processout/processout-ios' diff --git a/ProcessOutCheckout3DS.podspec b/ProcessOutCheckout3DS.podspec index 6f8491c16..1b050619c 100644 --- a/ProcessOutCheckout3DS.podspec +++ b/ProcessOutCheckout3DS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProcessOutCheckout3DS' - s.version = '4.7.0' + s.version = '4.7.1' s.swift_versions = ['5.9'] s.license = { :type => 'MIT', :file => 'LICENSE' } s.homepage = 'https://github.com/processout/processout-ios' diff --git a/Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift b/Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift index 5ebc4df14..f969a22e9 100644 --- a/Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift +++ b/Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift @@ -7,8 +7,8 @@ extension ProcessOut { - /// The current version of this library, value is "4.7.0". + /// The current version of this library, value is "4.7.1". public static var version: String { - "4.7.0" + "4.7.1" } } diff --git a/Version.resolved b/Version.resolved index f6cdf4098..7c66fca57 100644 --- a/Version.resolved +++ b/Version.resolved @@ -1 +1 @@ -4.7.0 +4.7.1