diff --git a/Package.swift b/Package.swift index 071dd6a..2775291 100644 --- a/Package.swift +++ b/Package.swift @@ -22,19 +22,19 @@ let package = Package( .package( name: "WebIdIosIdentScanPlugin", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-ident-scan-plugin-spm", - .exact("12.0.1") + .exact("12.0.2") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.1") + .exact("12.0.2") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.2/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.2.zip", - checksum: "00ec90ddf44b8c70f201f1597897b98d7f056e5f18c57463517423ab8cb11a63" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.3/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.3.zip", + checksum: "cbf68c9cd305ed95659bf7849e4e7eacaf7eb1da71487ac21a071ced01f908b2" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",