Skip to content

Commit

Permalink
feat(release): 4.18.0 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
processout-ci authored Jul 12, 2024
1 parent 479ec04 commit c0ba34c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 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 = '4.17.0'
s.version = '4.18.0'
s.swift_versions = ['5.9']
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 = '4.17.0'
s.version = '4.18.0'
s.swift_versions = ['5.9']
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/processout/processout-ios'
Expand Down
2 changes: 1 addition & 1 deletion ProcessOutCoreUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ProcessOutCoreUI'
s.version = '4.17.0'
s.version = '4.18.0'
s.swift_versions = ['5.9']
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/processout/processout-ios'
Expand Down
2 changes: 1 addition & 1 deletion ProcessOutUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ProcessOutUI'
s.version = '4.17.0'
s.version = '4.18.0'
s.swift_versions = ['5.9']
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.homepage = 'https://github.com/processout/processout-ios'
Expand Down
4 changes: 2 additions & 2 deletions Sources/ProcessOut/Sources/Generated/ProcessOut+Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

extension ProcessOut {

/// The current version of this library, value is "4.17.0".
/// The current version of this library, value is "4.18.0".
public static var version: String {
"4.17.0"
"4.18.0"
}
}
10 changes: 5 additions & 5 deletions Sources/ProcessOutUI/Resources/Localizable.xcstrings
Original file line number Diff line number Diff line change
Expand Up @@ -766,7 +766,7 @@
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Ligne dadresse %d"
"value" : "Ligne d'adresse %d"
}
},
"pl" : {
Expand Down Expand Up @@ -1038,7 +1038,7 @@
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "La date dexpiration de votre carte est incorrecte."
"value" : "La date d'expiration de votre carte est incorrecte."
}
},
"pl" : {
Expand Down Expand Up @@ -1174,7 +1174,7 @@
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Une erreur sest produite, veuillez réessayer."
"value" : "Une erreur s'est produite, veuillez réessayer."
}
},
"pl" : {
Expand Down Expand Up @@ -1208,7 +1208,7 @@
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "La date dexpiration de votre carte ou son code CVV sont incorrects."
"value" : "La date d'expiration de votre carte ou son code CVV sont incorrects."
}
},
"pl" : {
Expand Down Expand Up @@ -1446,7 +1446,7 @@
"fr" : {
"stringUnit" : {
"state" : "translated",
"value" : "Une erreur sest produite, veuillez réessayer."
"value" : "Une erreur s'est produite, veuillez réessayer."
}
},
"pl" : {
Expand Down
2 changes: 1 addition & 1 deletion Version.resolved
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.17.0
4.18.0

0 comments on commit c0ba34c

Please sign in to comment.