Skip to content

Commit c6e06d3

Browse files
feat(release): 4.39.1 (#516)
1 parent 19d55ce commit c6e06d3

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

ProcessOut.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ProcessOut'
3-
s.version = '4.39.0'
3+
s.version = '4.39.1'
44
s.swift_versions = ['5.9']
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = 'https://github.com/processout/processout-ios'

ProcessOutCoreUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ProcessOutCoreUI'
3-
s.version = '4.39.0'
3+
s.version = '4.39.1'
44
s.swift_versions = ['5.10']
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = 'https://github.com/processout/processout-ios'

ProcessOutNetcetera3DS.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ProcessOutNetcetera3DS'
3-
s.version = '4.39.0'
3+
s.version = '4.39.1'
44
s.swift_versions = ['5.10']
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = 'https://github.com/processout/processout-ios'

ProcessOutUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'ProcessOutUI'
3-
s.version = '4.39.0'
3+
s.version = '4.39.1'
44
s.swift_versions = ['5.10']
55
s.license = { :type => 'MIT', :file => 'LICENSE' }
66
s.homepage = 'https://github.com/processout/processout-ios'

Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77

88
extension ProcessOut {
99

10-
/// The current version of this library, value is "4.39.0".
10+
/// The current version of this library, value is "4.39.1".
1111
public static var version: String {
12-
"4.39.0"
12+
"4.39.1"
1313
}
1414
}

Version.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.39.0
1+
4.39.1

0 commit comments

Comments
 (0)