diff --git a/Package.swift b/Package.swift index 4114bf7..a596745 100644 --- a/Package.swift +++ b/Package.swift @@ -17,12 +17,12 @@ let package = Package( .package( name: "WebIdDocumentScanner", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-document-scanner-spm.git", - .exact("20.4.1") + .exact("21.0.0") ), .package( name: "WebIdPluginCore", url: "https://api.webid-solutions.de/releases/ios/spm/SwiftPackages/webid-plugin-core-spm.git", - .exact("20.4.0") + .exact("21.0.0") ), .package( name: "DocumentReader", @@ -38,8 +38,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebIdOnDeviceDocumentScanner", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdOnDeviceDocumentScanner/20.4.1/WebIdOnDeviceDocumentScanner.framework-v20.4.1.zip", - checksum: "5aa042549001b4ea4ce9a8d4387aa5033d60a7e01f882076cd9019146c08051f" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdOnDeviceDocumentScanner/21.0.0/WebIdOnDeviceDocumentScanner.framework-v21.0.0.zip", + checksum: "9aa7a5a0ddd02b2547fbfb030fbbd2d262ae8751f1f13e942af70f99f2f3311b" ), .target( name: "WebIdOnDeviceDocumentScannerWrapper",