diff --git a/Package.swift b/Package.swift index 1d6f25a..bee9912 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: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("12.1.0") + .exact("12.2.0") ) ], targets: [ .binaryTarget( name: "WebIdPayOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.0.2/WebIdPayOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1200.zip", - checksum: "4927fa3a50e15e9622a00f47b40326ba318b3975d6f9f1b182031d2f487919b7" + url: "https://api.webid-solutions.de/releases/ios/xcframework/snapshots/de/webid-solutions/WebIdPayOnServerProductPlugin/13.0.2/WebIdPayOnServerProductPlugin.framework-v13.0.2-SNAPSHOT-1201.zip", + checksum: "5498773f3efa00341420450b66d1a41f05fe8f355ab4f13430fb9345266cbaa6" ), .target( name: "WebIdPayOnServerProductPluginWrapper",