diff --git a/Package.swift b/Package.swift index 8bc5b1f..0c459f7 100644 --- a/Package.swift +++ b/Package.swift @@ -22,24 +22,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("11.1.0") + .exact("11.1.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.1.0") + .exact("12.2.0") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.1.0") + .exact("12.2.0") ) ], targets: [ .binaryTarget( name: "WebIdPayProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.0.2/WebIdPayProductPlugin.framework-v13.0.2-SNAPSHOT-1200.zip", - checksum: "a5a366ec8a8788dad5f57232d8723e55e3fb80fecd70311d72e34ca6ea892ddd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayProductPlugin/13.0.2/WebIdPayProductPlugin.framework-v13.0.2-SNAPSHOT-1201.zip", + checksum: "a783a9c3c479b3bf1c8cf365643f8f39b7ca2efd677e0ced4ffd17d2e8c4b6d0" ), .target( name: "WebIdPayProductPluginWrapper",