diff --git a/Package.swift b/Package.swift index 15b1109..164f3bf 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdIosBankIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-bank-ident-plugin-spm", - .exact("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-digital-signing-plugin-spm", - .exact("12.0.0") + .exact("12.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-ident-scan-plugin-spm", - .exact("13.0.0") + .exact("13.1.0") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackageRedesignV4/webid-on-server-document-scanner-spm", - .exact("13.0.0") + .exact("13.1.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/14.0.1/WebIdPayOnServerProductPlugin.framework-v14.0.1.zip", - checksum: "d434add043509815095cb0a3b945c7dfeecb113a38854b7432e81addff1a18bc" + url: "https://api.webid-solutions.de/releases/ios/xcframework/redesign-v4/de/webid-solutions/WebIdPayOnServerProductPlugin/14.1.0/WebIdPayOnServerProductPlugin.framework-v14.1.0.zip", + checksum: "190088f04ba9725e51f42175ceb2008a377105d241c4eaa57cb4e92dbc1c27e9" ), .target( name: "WebIdPayOnServerProductPluginWrapper",