Skip to content

Commit

Permalink
feat(release): 3.5.0 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
processout-ci authored May 9, 2023
1 parent 8d8e6d3 commit b245e06
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ProcessOut.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
2 changes: 1 addition & 1 deletion ProcessOutCheckout3DS.podspec
Original file line number Diff line number Diff line change
@@ -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'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion Version.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.0
3.5.0

0 comments on commit b245e06

Please sign in to comment.