diff --git a/Package.swift b/Package.swift index fe3176f..43dff5b 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.2.0") + .exact("15.2.1") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.2.0") + .exact("15.2.1") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.2.0") + .exact("15.2.1") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.4.0/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.4.0.zip", - checksum: "5b777565d32213179762a24c74c9c6bd10561d3c05c4c0722df80b5258afe1ec" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/15.4.1/WebIdAutoIdentOnDeviceProductPlugin.framework-v15.4.1.zip", + checksum: "b86efcd16cd68efbee1acc5551f3bdde12af76c5804472e7635c367b13b7edab" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",