diff --git a/Package.swift b/Package.swift index 4550924..85602b7 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("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") ) ], targets: [ .binaryTarget( name: "WebIdIosIdentScanPlugin", - url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/20.4.1/WebIdIosIdentScanPlugin.framework-v20.4.1.zip", - checksum: "3a4460934e39ac5328eb363393c3a59610f7d137f8f47997ed30fa85f1d5687c" + url: "https://api.webid-solutions.de/releases/ios/xcframework/releases/de/webid-solutions/WebIdIosIdentScanPlugin/21.0.0/WebIdIosIdentScanPlugin.framework-v21.0.0.zip", + checksum: "583bbfecf22c92920be9c525703d709b03d65be8b26bba27b7296bc71b9908c3" ), .target( name: "WebIdIosIdentScanPluginWrapper",