diff --git a/Package.swift b/Package.swift index 8bed221..8bdf1e0 100644 --- a/Package.swift +++ b/Package.swift @@ -17,19 +17,19 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("12.0.0") + .exact("12.0.1") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .exact("11.0.0") + .exact("11.0.1") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.0/WebIdOnDeviceDocumentScanner.framework-v12.0.0.zip", - checksum: "06e26d8a4b1040185b1f97e484586cdebf24a31f334ae2dea4e5ac4b375c308b" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/12.0.1/WebIdOnDeviceDocumentScanner.framework-v12.0.1.zip", + checksum: "2f75a8e4593a1ab3b0da52cf4965ed36457fd7b0c20f55a21e4e01eee8451761" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",