diff --git a/Package.swift b/Package.swift index 7de5eb7..ca2e542 100644 --- a/Package.swift +++ b/Package.swift @@ -17,29 +17,29 @@ let package = Package( .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ), .package( name: "WebIdEIdentPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-eident-plugin-spm", - .exact("15.0.4") + .exact("15.0.5") ), .package( name: "WebIdDigitalSigningPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-digital-signing-plugin-spm", - .exact("15.0.1") + .exact("15.0.2") ) ], targets: [ .binaryTarget( name: "WebIdEIdProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.1.2/WebIdEIdProductPlugin.framework-v15.1.2.zip", - checksum: "10df67941c64def3f9f832d5a1272700ba027ed3e6dca8c8816d4250530e0e92" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdEIdProductPlugin/15.1.3/WebIdEIdProductPlugin.framework-v15.1.3.zip", + checksum: "734ceec56a9d25d7fd0bfc07a070e726f7091ce7dd57166ad3f71c66d6c60878" ), .target( name: "WebIdEIdProductPluginWrapper",