diff --git a/Package.swift b/Package.swift index 5b4be7b..27e2f7c 100644 --- a/Package.swift +++ b/Package.swift @@ -22,29 +22,29 @@ let package = Package( .package( name: "WebIdVideoIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-video-ident-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ), .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: "WebIdMetaPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.1.5/WebIdMetaPlugin.framework-v15.1.5-SNAPSHOT-1347.zip", - checksum: "5223417ff6eb3b8993b7426202733792587af9157ef10ab4f32b2a11171bf141" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdMetaPlugin/15.2.1/WebIdMetaPlugin.framework-v15.2.1-SNAPSHOT-1350.zip", + checksum: "aa109c46a06306b832480414edcf5b3549876071c8d4d4f0bc6c909b53df76e0" ), .target( name: "WebIdMetaPluginWrapper",