diff --git a/Package.swift b/Package.swift index 177c67a..fb88948 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("11.0.0") + .exact("11.1.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm", - .exact("10.0.0") + .exact("10.1.1") ) ], targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/11.0.0/WebIdOnDeviceDocumentScanner.framework-v11.0.0.zip", - checksum: "b24fc9bcd163b72c492641d8ea336dada3aa9db173e2597e0afbdb166ebc9fdd" + url: "https://api.webid-solutions.de/releases/ios/xcframework/internal/de/webid-solutions/WebIdOnDeviceDocumentScanner/11.1.0/WebIdOnDeviceDocumentScanner.framework-v11.1.0.zip", + checksum: "b52e1b99c00af5aa37f08cf0990cbb5b16f31867e73e4593a2286178fe8ad562" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",