From aa39f88b8e7c137c77d0a9fd502157048cee10fe Mon Sep 17 00:00:00 2001 From: processout-ci <131873576+processout-ci@users.noreply.github.com> Date: Thu, 18 May 2023 13:09:04 +0100 Subject: [PATCH] feat(release): 3.6.0 (#102) 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 a4bf0512d..039a98433 100644 --- a/ProcessOut.podspec +++ b/ProcessOut.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProcessOut' - s.version = '3.5.0' + s.version = '3.6.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 2f7dfc808..24c55173c 100644 --- a/ProcessOutCheckout3DS.podspec +++ b/ProcessOutCheckout3DS.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ProcessOutCheckout3DS' - s.version = '3.5.0' + s.version = '3.6.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/ProcessOut+Version.swift b/Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift index 255946472..c6f605479 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 "3.5.0". + /// The current version of this library, value is "3.6.0". public static var version: String { - "3.5.0" + "3.6.0" } } diff --git a/Version.resolved b/Version.resolved index 1545d9665..40c341bdc 100644 --- a/Version.resolved +++ b/Version.resolved @@ -1 +1 @@ -3.5.0 +3.6.0