diff --git a/Package.swift b/Package.swift index 2533b5a..d77288b 100644 --- a/Package.swift +++ b/Package.swift @@ -17,24 +17,24 @@ let package = Package( .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.1.0") + .exact("15.1.1") ), .package( name: "WebIdOnServerDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-server-document-scanner-spm", - .exact("15.1.0") + .exact("15.1.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnServerProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.1.5/WebIdAutoIdentOnServerProductPlugin.framework-v15.1.5-SNAPSHOT-1347.zip", - checksum: "4f0d54b8c94178cb10490dbb6d07d17c3c1d1dfa80de779fef6e39eb2df945a8" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdAutoIdentOnServerProductPlugin/15.2.1/WebIdAutoIdentOnServerProductPlugin.framework-v15.2.1-SNAPSHOT-1350.zip", + checksum: "b05878d3922afffc22f99743af0e28a899dcc62c2ed69cdb89c47e75da05c9e2" ), .target( name: "WebIdAutoIdentOnServerProductPluginWrapper",