diff --git a/Package.swift b/Package.swift index 2775291..b269085 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.2") + .exact("12.0.3") ), .package( name: "WebIdOnDeviceDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-on-device-document-scanner-spm", - .exact("12.0.2") + .exact("12.0.3") ) ], targets: [ .binaryTarget( name: "WebIdAutoIdentOnDeviceProductPlugin", - 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" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdAutoIdentOnDeviceProductPlugin/13.0.4/WebIdAutoIdentOnDeviceProductPlugin.framework-v13.0.4.zip", + checksum: "1e3544fdb6b44e43688624214ba54b54d4b76282a628496fcadbb25f33658f95" ), .target( name: "WebIdAutoIdentOnDeviceProductPluginWrapper",