diff --git a/Package.swift b/Package.swift index f6175cb..b4c88dc 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/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.1.2/WebIdEIdProductPlugin.framework-v15.1.2-SNAPSHOT-1335.zip", - checksum: "7a2825d2dc365e8e146d7323f4322bb7beffbdee46f1dace487b2fdeea1f1e5b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/legacy-snapshots/de/webid-solutions/WebIdEIdProductPlugin/15.1.3/WebIdEIdProductPlugin.framework-v15.1.3-SNAPSHOT-1339.zip", + checksum: "d077a3c0f2fb0263ee0bacc5010afae416003c35e95e92653b1078cbc84579d0" ), .target( name: "WebIdEIdProductPluginWrapper",